]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- apache and lighttpd on one server - typo.
authorserek <serek@pld-linux.org>
Sun, 16 May 2004 15:47:22 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.15

lighttpd.spec

index 0d920aae45839fcd9f22db9ab083f9245ea11be0..abd5664290d513c8989b8ddeeab3c88743810613 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Fast and light http server
 Summary(pl):   Szybki i lekki serwer http
 Name:          lighttpd
 Version:       1.1.9
-Release:       0.2
+Release:       0.3
 Group:         Networking/Daemons
 License:       QPL
 Source0:       http://jan.kneschke.de/projects/lighttpd/download/%{name}-%{version}.tar.gz
@@ -92,7 +92,7 @@ install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-if [ -n "`getgid lighhttpd`" ]; then
+if [ -n "`getgid lighttpd`" ]; then
        if [ "`getgid lighttpd`" != "109" ]; then
                echo "Error: group lighttpd doesn't have gid=109. Correct this before installing %{name}." 1>&2
                exit 1
This page took 0.035827 seconds and 4 git commands to generate.