]> git.pld-linux.org Git - packages/bind.git/commitdiff
- more paths
authorankry <ankry@pld-linux.org>
Wed, 13 Oct 2004 22:24:25 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.197

bind.spec

index 83c236c608d17ae8f7a6fde8da16875e71941714..0ec3cb3e6ccbc840f5e2fcf4576aab8b57dbbc08 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -377,8 +377,8 @@ if [ -f %{_sysconfdir}/named.boot ]; then
        mv -f %{_sysconfdir}/named.boot /etc/named.rpmsave
        echo "Warning: %{_sysconfdir}/named.boot saved as /etc/named.rpmsave." 1>&2
 fi
-if [ -n "`getgid named`" ]; then
-       if [ "`getgid named`" != "58" ]; then
+if [ -n "`/usr/bin/getgid named`" ]; then
+       if [ "`/usr/bin/getgid named`" != "58" ]; then
                echo "Error: group named doesn't have gid=58. Correct this before installing bind." 1>&2
                exit 1
        fi
This page took 0.113822 seconds and 4 git commands to generate.