diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-02-23 00:01:31 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-02-23 00:01:31 +0000 |
commit | c0f1fd74e643ccd5812d80506ab1f9a15a8853c1 (patch) | |
tree | ef2299f71b90d4dc56a05c77433e2621f63f037a /net-dns/pdnsd/files | |
parent | hppa repoman (diff) | |
download | historical-c0f1fd74e643ccd5812d80506ab1f9a15a8853c1.tar.gz historical-c0f1fd74e643ccd5812d80506ab1f9a15a8853c1.tar.bz2 historical-c0f1fd74e643ccd5812d80506ab1f9a15a8853c1.zip |
ebuild cleanup and initscript cleanup
Diffstat (limited to 'net-dns/pdnsd/files')
-rw-r--r-- | net-dns/pdnsd/files/pdnsd.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/pdnsd/files/pdnsd.rc6 b/net-dns/pdnsd/files/pdnsd.rc6 index ddbf2f4a0a6f..ac5a528fdcc5 100644 --- a/net-dns/pdnsd/files/pdnsd.rc6 +++ b/net-dns/pdnsd/files/pdnsd.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc6,v 1.8 2004/02/22 08:20:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc6,v 1.9 2004/02/23 00:01:31 dragonheart Exp $ depend() { need net @@ -10,8 +10,8 @@ depend() { checkconfig() { if [ ! -e /etc/pdnsd/pdnsd.conf ] ; then - eerror "You need an /etc/pdnsd/pdnsd.conf file first" - eerror "There is a sample in /usr/share/doc/pdnsd" + eerror "You need an /etc/pdnsd/pdnsd.conf file first." + eerror "There is a sample in /etc/pdnsd/pdnsd.conf.sample" return 1 fi } |