diff options
Diffstat (limited to 'init.d/hostname')
-rwxr-xr-x | init.d/hostname | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/hostname b/init.d/hostname index 4e804520..35cf1068 100755 --- a/init.d/hostname +++ b/init.d/hostname @@ -2,6 +2,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +description="Sets the hostname of the machine." + depend() { need checkroot } |