diff options
Diffstat (limited to 'init.d/domainname')
-rwxr-xr-x | init.d/domainname | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/domainname b/init.d/domainname index 5de43cd..f7ed8f9 100755 --- a/init.d/domainname +++ b/init.d/domainname @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { @@ -32,7 +32,7 @@ checkconfig_dns() { } start() { - # Ensure that we have a hostname binary or function + # Ensure that we have a hostname binary or function source /lib/rcscripts/net.modules.d/helpers.d/functions local retval=0 |