]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- changed useradd .. -M to -m in pre pserver
authormguevara <mguevara@pld-linux.org>
Tue, 26 Jun 2001 15:37:54 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs.spec -> 1.60

cvs.spec

index e4e87ed30673b14a2c75378a69c7a86fd8c0d45c..e66ad6a322560b7560dc5e25ca6fbcc4cdfcfac5 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -141,7 +141,7 @@ rm -f contrib/{.cvsignore,Makefile*,*.pl,*.sh,*.csh}
 if [ "$1" = 1 ]; then
        # Add user and group
        getgid cvs >/dev/null 2>&1 || %{_sbindir}/groupadd -f -g 52 cvs
-       id -u cvs >/dev/null 2>&1 || %{_sbindir}/useradd -g cvs -M -d /home/cvsroot -u 52 -s /bin/false cvs 2>/dev/null
+       id -u cvs >/dev/null 2>&1 || %{_sbindir}/useradd -g cvs -m -d /home/cvsroot -u 52 -s /bin/false cvs 2>/dev/null
 fi
 
 %post pserver
This page took 0.067712 seconds and 4 git commands to generate.