SPECS: nginx.spec - free uid/gid

mis mis at pld-linux.org
Sun Feb 25 16:33:51 CET 2007


Author: mis                          Date: Sun Feb 25 15:33:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- free uid/gid

---- Files affected:
SPECS:
   nginx.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.8 SPECS/nginx.spec:1.9
--- SPECS/nginx.spec:1.8	Sun Feb 25 16:21:26 2007
+++ SPECS/nginx.spec	Sun Feb 25 16:33:45 2007
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO
 # - bconds for modules as these are statically linked in
-# - XXX gid 212 is reserved by ies4linux (PLD-doc/uid_gid.db.txt)
 # - logrotate script
 Summary:	High perfomance HTTP and reverse proxy server
 Summary(pl.UTF-8):	Serwer HTTP i odwrotne proxy o wysokiej wydajności
@@ -83,9 +82,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-# - XXX gid 212 is reserved by ies4linux (PLD-doc/uid_gid.db.txt)
-%groupadd -r -g 212 %{name}
-%useradd -r -u 212 -d /usr/share/empty -s /bin/false -c "Nginx HTTP User" -g %{name} %{name}
+%groupadd -r -g 213 %{name}
+%useradd -r -u 213 -d /usr/share/empty -s /bin/false -c "Nginx HTTP User" -g %{name} %{name}
 
 %post
 /sbin/chkconfig --add %{name}
@@ -122,6 +120,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/02/25 15:33:45  mis
+- free uid/gid
+
 Revision 1.8  2007/02/25 15:21:26  glen
 - cleanups, gid 212 is already reserved
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nginx.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list