]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- fixed useradd, rel 2 auto/ac/lighttpd-1_4_8-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Nov 2005 13:59:06 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.144

lighttpd.spec

index a4b4fa6609929adeb65356c7b72fcdcd80ff41e4..c2ec3048ded0800301fe4340d401b09a4e61820b 100644 (file)
@@ -36,7 +36,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
@@ -301,8 +301,8 @@ rm -rf $RPM_BUILD_ROOT
 %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}
This page took 0.249726 seconds and 4 git commands to generate.