]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- chown syntax
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Dec 2006 11:57:09 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda.spec -> 1.148

amanda.spec

index 3337194a47a64c0f7479baeb6a30de6f45d17131..f6752dfdb031677ec4e330653cd46a7f2943ed5d 100644 (file)
@@ -206,7 +206,7 @@ echo "Setting amanda shell to /bin/sh"
 /usr/bin/chsh -s /bin/sh amanda
 if [ -f %{_localstatedir}/amanda/.amandahosts ]; then
        echo "Fixing permissions of %{_localstatedir}/amanda/.amandahosts file"
-       chown amanda.amanda %{_localstatedir}/amanda/.amandahosts
+       chown amanda:amanda %{_localstatedir}/amanda/.amandahosts
        chmod 600 %{_localstatedir}/amanda/.amandahosts
 fi
 
This page took 0.03463 seconds and 4 git commands to generate.