From 3c8112235d24e9a95749dfa7400d06ead2d8bbf5 Mon Sep 17 00:00:00 2001 From: "Jared H.Hudson" Date: Mon, 23 Aug 2004 22:25:22 +0000 Subject: Updated due to bug #57214 (useradd tinydns instead of dnscache) --- net-dns/djbdns/files/tinydns-setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-dns/djbdns') 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 -- cgit v1.2.3-65-gdbad