]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- changed shell from /bin/false to /bin/bash - daemon can't be started,
authordjrzulf <djrzulf@pld-linux.org>
Thu, 7 Feb 2002 15:46:44 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  becouse su don't support users that have /bin/false

Changed files:
    amavisd.spec -> 1.5

amavisd.spec

index a5f81e03ce87a48b4222e6fd725ac75fb53f95be..7f699811b0467fd9faf7bb76b2ac5c64b0999c86 100644 (file)
@@ -99,7 +99,7 @@ if [ -n "`id -u amavis 2>/dev/null`" ]; then
                 exit 1
         fi
 else
-        %{_sbindir}/useradd -u 97 -r -d %{_var}/spool/amavis  -s /bin/false -c "Anti Virus Checker" -g nobody  amavis 1>&2
+        %{_sbindir}/useradd -u 97 -r -d %{_var}/spool/amavis  -s /bin/bash -c "Anti Virus Checker" -g nobody  amavis 1>&2
 fi
 
 %postun
This page took 0.068753 seconds and 4 git commands to generate.