packages: redis/redis.spec - registered uid/gid

glen glen at pld-linux.org
Sat Oct 9 15:13:53 CEST 2010


Author: glen                         Date: Sat Oct  9 13:13:53 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- registered uid/gid

---- Files affected:
packages/redis:
   redis.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/redis/redis.spec
diff -u packages/redis/redis.spec:1.1 packages/redis/redis.spec:1.2
--- packages/redis/redis.spec:1.1	Sat Oct  9 13:34:14 2010
+++ packages/redis/redis.spec	Sat Oct  9 15:13:47 2010
@@ -74,8 +74,8 @@
 /sbin/chkconfig --add redis
 
 %pre
-%groupadd -g 99 redis
-%useradd -u 99 -g redis -d %{_sharedstatedir}/redis -s /sbin/nologin -c 'Redis Server' redis
+%groupadd -g 256 redis
+%useradd -u 245 -g redis -d %{_sharedstatedir}/redis -s /sbin/nologin -c 'Redis Server' redis
 
 %preun
 if [ "$1" = 0 ]; then
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/10/09 13:13:47  glen
+- registered uid/gid
+
 Revision 1.1  2010/10/09 11:34:14  glen
 - initial from https://bugzilla.redhat.com/show_bug.cgi?id=619237
   http://github.com/downloads/silas/rpms/redis-2.0.1-1.fc13.src.rpm
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redis/redis.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list