]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- added -m to useradd to allow it create $HOME for added user(s)
authormis <mis@pld-linux.org>
Mon, 31 Jul 2000 12:03:39 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda.spec -> 1.37

amanda.spec

index acb883df90bfe080b1e754616d4d695c8ee9b430..ad037bb767b0989eaff3440aca4027b9dab6f9b5 100644 (file)
@@ -159,7 +159,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre libs
 /usr/sbin/groupadd -g 80 -r -f amanda
-/usr/sbin/useradd -u 80 -r -d /var/lib/amanda -s /bin/false -c "Amanda Backup user" -g amanda amanda
+/usr/sbin/useradd -u 80 -r -m -d /var/lib/amanda -s /bin/false -c "Amanda Backup user" -g amanda amanda
 
 %post   libs -p /sbin/ldconfig
 
This page took 0.050872 seconds and 4 git commands to generate.