SPECS: lighttpd.spec - fixed useradd, rel 2

glen glen at pld-linux.org
Sun Nov 27 14:59:12 CET 2005


Author: glen                         Date: Sun Nov 27 13:59:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed useradd, rel 2

---- Files affected:
SPECS:
   lighttpd.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.143 SPECS/lighttpd.spec:1.144
--- SPECS/lighttpd.spec:1.143	Sun Nov 27 13:15:10 2005
+++ SPECS/lighttpd.spec	Sun Nov 27 14:59:06 2005
@@ -37,7 +37,7 @@
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define		_rel 1.1
+%define		_rel 2
 
 Summary:	Fast and light HTTP server
 Summary(pl):	Szybki i lekki serwer HTTP
@@ -302,8 +302,8 @@
 %pre
 %groupadd -g 109 lighttpd
 %groupadd -g 51 http
+%useradd -u 116 -d %{_lighttpddir} -c "LigHTTPd User" -g lighttpd lighttpd
 %addusertogroup lighttpd http
-%useradd -u 116 -d %{_lighttpddir} -c "HTTP User" -g lighttpd lighttpd,httpd
 
 %post
 /sbin/chkconfig --add %{name}
@@ -417,6 +417,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2005/11/27 13:59:06  glen
+- fixed useradd, rel 2
+
 Revision 1.143  2005/11/27 12:15:10  ankry
 - rel. 1.1: djurban, fix last change or revert it
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.143&r2=1.144&f=u




More information about the pld-cvs-commit mailing list