diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2004-08-23 22:25:22 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2004-08-23 22:25:22 +0000 |
commit | 3c8112235d24e9a95749dfa7400d06ead2d8bbf5 (patch) | |
tree | 5912860ca195a9d7ab0e1acd4695cd454f124b6b /net-dns | |
parent | BUG #55893. New dependencies on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-3c8112235d24e9a95749dfa7400d06ead2d8bbf5.tar.gz gentoo-2-3c8112235d24e9a95749dfa7400d06ead2d8bbf5.tar.bz2 gentoo-2-3c8112235d24e9a95749dfa7400d06ead2d8bbf5.zip |
Updated due to bug #57214 (useradd tinydns instead of dnscache)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/djbdns/files/tinydns-setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/djbdns/files/tinydns-setup b/net-dns/djbdns/files/tinydns-setup index 271c0c17276f..376d28fcae58 100644 --- a/net-dns/djbdns/files/tinydns-setup +++ b/net-dns/djbdns/files/tinydns-setup @@ -41,7 +41,7 @@ setup() { mkdir $mypath fi - # check for existance of users dnscache and dnslog: + # check for existance of users tinydns and dnslog: echo echo einfo "Checking for tinydns and dnslog user accts ..." @@ -56,9 +56,9 @@ setup() { /usr/bin/grep tinydns /etc/passwd &> /dev/null if [ $? -ne 0 ] then - echo ">>> Adding user dnscache ..." + echo ">>> Adding user tinydns ..." /usr/sbin/useradd -d /dev/null -s /bin/false -g nofiles \ - dnscache &> /dev/null + tinydns &> /dev/null fi /usr/bin/grep dnslog /etc/passwd &> /dev/null |