From 40352a73a9ad69b5ca4faaff88b19d081c13f66b Mon Sep 17 00:00:00 2001 From: mis Date: Wed, 2 Aug 2000 17:37:13 +0000 Subject: [PATCH] - fix: cvs user is created with uid 52 not 15 Changed files: cvs.spec -> 1.44 --- cvs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cvs.spec b/cvs.spec index 93d095c..d178c56 100644 --- a/cvs.spec +++ b/cvs.spec @@ -5,7 +5,7 @@ Summary(pl): Concurrent Versioning System Summary(tr): Sürüm denetim sistemi Name: cvs Version: 1.10.8 -Release: 8 +Release: 9 License: GPL Group: Development/Version Control Group(pl): Programowanie/Zarz±dzanie Wersjami @@ -139,7 +139,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 15 -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 -- 2.44.0