]> git.pld-linux.org Git - packages/djbdns.git/commitdiff
- more macros... djbdns-1_05-3
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 24 May 2001 21:58:51 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    djbdns.spec -> 1.18

djbdns.spec

index 1fdd23ce597e09a993cde886b8ac4bef5a07dc13..cddf6eb7b45ba87cbc3af93f1b7aaf6c38738a0c 100644 (file)
@@ -81,7 +81,7 @@ if [ -n "`getgid tinydns`" ]; then
                exit 1
        fi
 else
                exit 1
        fi
 else
-       /usr/sbin/groupadd -g 59 -r -f tinydns
+       %{_sbindir}/groupadd -g 59 -r -f tinydns
 fi
 if [ -n "`id -u tinydns 2>/dev/null`" ]; then
        if [ "`id -u tinydns`" != "59" ]; then
 fi
 if [ -n "`id -u tinydns 2>/dev/null`" ]; then
        if [ "`id -u tinydns`" != "59" ]; then
@@ -89,7 +89,7 @@ if [ -n "`id -u tinydns 2>/dev/null`" ]; then
                exit 1
        fi
 else
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 59 -r -d /etc/tinydns -s /bin/false -c "djbdns User" -g tinydns tinydns 1>&2
+       %{_sbindir}/useradd -u 59 -r -d /etc/tinydns -s /bin/false -c "djbdns User" -g tinydns tinydns 1>&2
 fi
 if [ -n "`id -u dnslog 2>/dev/null`" ]; then
        if [ "`id -u dnslog`" != "60" ]; then
 fi
 if [ -n "`id -u dnslog 2>/dev/null`" ]; then
        if [ "`id -u dnslog`" != "60" ]; then
@@ -97,7 +97,7 @@ if [ -n "`id -u dnslog 2>/dev/null`" ]; then
                exit 1
        fi
 else
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 60 -r -d /etc/tinydns -s /bin/false -c "djbdns User" -g tinydns dnslog 1>&2
+       %{_sbindir}/useradd -u 60 -r -d /etc/tinydns -s /bin/false -c "djbdns User" -g tinydns dnslog 1>&2
 fi
 
 
 fi
 
 
This page took 0.089457 seconds and 4 git commands to generate.