]> git.pld-linux.org Git - packages/bind.git/commitdiff
- {group,user}{add,del} do not belong to this package - don't use this
authorankry <ankry@pld-linux.org>
Sun, 8 Aug 2004 15:54:30 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pakage %{_sbindir} for them

Changed files:
    bind.spec -> 1.189

bind.spec

index 0a49e35a22d8ce99d7c52cee20b5e7c6e8ad1fe3..64cb297cf620802a9ec78257efa97bf743453c05 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -412,9 +412,9 @@ fi
 %postun
 if [ "$1" = "0" ]; then
        echo "Removing user named."
-       %{_sbindir}/userdel named
+       /usr/sbin/userdel named
        echo "Removing group named."
-       %{_sbindir}/groupdel named
+       /usr/sbin/groupdel named
 fi
 
 %post   libs -p /sbin/ldconfig
This page took 0.243053 seconds and 4 git commands to generate.