SPECS: nexus.spec - fixed uid and gid numbers
pawelz
pawelz at pld-linux.org
Fri Oct 24 22:15:43 CEST 2008
Author: pawelz Date: Fri Oct 24 20:15:43 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed uid and gid numbers
---- Files affected:
SPECS:
nexus.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/nexus.spec
diff -u SPECS/nexus.spec:1.3 SPECS/nexus.spec:1.4
--- SPECS/nexus.spec:1.3 Fri Oct 24 17:26:15 2008
+++ SPECS/nexus.spec Fri Oct 24 22:15:37 2008
@@ -65,8 +65,8 @@
ln -s %{_sharedstatedir}/nexus/conf $RPM_BUILD_ROOT%{_sysconfdir}/nexus
%pre
-%groupadd -g 200 nexus
-%useradd -u 200 -d %{_sharedstatedir}/nexus -s /bin/false -c "nexus user" -g nexus nexus
+%groupadd -g 201 nexus
+%useradd -u 201 -d %{_sharedstatedir}/nexus -s /bin/false -c "nexus user" -g nexus nexus
%post
/sbin/chkconfig --add nexus
@@ -114,6 +114,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008/10/24 20:15:37 pawelz
+- fixed uid and gid numbers
+
Revision 1.3 2008/10/24 15:26:15 pawelz
- init script location
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nexus.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list