]> git.pld-linux.org Git - packages/bind.git/commitdiff
- path added
authorankry <ankry@pld-linux.org>
Tue, 12 Oct 2004 12:18:27 +0000 (12:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.196

bind.spec

index 7f67df8caef0876aea1bafca683186190db8ef72..83c236c608d17ae8f7a6fde8da16875e71941714 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -386,8 +386,8 @@ else
        echo "Adding group named GID=58."
        /usr/sbin/groupadd -g 58 named || exit 1
 fi
-if [ -n "`id -u named 2>/dev/null`" ]; then
-       if [ "`id -u named`" != "58" ]; then
+if [ -n "`/bin/id -u named 2>/dev/null`" ]; then
+       if [ "`/bin/id -u named`" != "58" ]; then
                echo "Error: user named doesn't have uid=58. Correct this before installing bind." 1>&2
                exit 1
        fi
This page took 0.288218 seconds and 4 git commands to generate.