]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- remove '-m' from useradd in cvs-pserver
authoraniou <pkm@post.pl>
Mon, 30 Sep 2002 09:55:51 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs.spec -> 1.91

cvs.spec

index 788eb8c312d68e609dd39056d6447cb05748255c..35f7649bacb0d6661a67e4faedd844095b0d476b 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -211,7 +211,7 @@ mv -f $RPM_BUILD_ROOT%{_datadir}/cvs/contrib/rcs2log $RPM_BUILD_ROOT%{_bindir}
 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 %{_cvs_root} -u 52 -s /bin/false cvs 2>/dev/null
+       id -u cvs >/dev/null 2>&1 || %{_sbindir}/useradd -g cvs -d %{_cvs_root} -u 52 -s /bin/false cvs 2>/dev/null
 fi
 
 %post pserver
This page took 0.05242 seconds and 4 git commands to generate.