]> git.pld-linux.org Git - packages/postfix.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:
    postfix.spec -> 1.48

postfix.spec

index 81eef87699e86bae78f94a9e35d1f91b09a27c9b..69f6a1a60b3caf30f508c57ee47d977592c0caf4 100644 (file)
@@ -135,7 +135,7 @@ if [ -n "`id -u postfix 2>/dev/null`" ]; then
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 62 -r -d /var/spool/postfix -s /bin/false -c "Postfix User" -g postfix postfix 1>&2
+       /usr/sbin/useradd -u 62 -r -m -d /var/spool/postfix -s /bin/false -c "Postfix User" -g postfix postfix 1>&2
        if [ -f /var/db/passwd.db ]; then
                /usr/bin/update-db 1>&2
        fi
This page took 0.155256 seconds and 4 git commands to generate.