comparison toys/lsb/hostname.c @ 656:6df4ccc0acbe

Regularize command headers, update links to standards documents.
author Rob Landley <rob@landley.net>
date Sat, 25 Aug 2012 18:08:51 -0500
parents 2986aa63a021
children 0ed044e9e5ca
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
2 * 2 *
3 * hostname.c - Get/Set the hostname 3 * hostname.c - Get/Set the hostname
4 * 4 *
5 * Copyright 2012 Andre Renaud <andre@bluewatersys.com> 5 * Copyright 2012 Andre Renaud <andre@bluewatersys.com>
6 * 6 *
7 * Not in SUSv4. 7 * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/hostname.html
8 8
9 USE_HOSTNAME(NEWTOY(hostname, NULL, TOYFLAG_BIN)) 9 USE_HOSTNAME(NEWTOY(hostname, NULL, TOYFLAG_BIN))
10 10
11 config HOSTNAME 11 config HOSTNAME
12 bool "hostname" 12 bool "hostname"