From 138a7cac0126982fe62019b3f26abf7ade4ff799 Mon Sep 17 00:00:00 2001 From: serek Date: Sun, 16 May 2004 15:47:22 +0000 Subject: [PATCH] - apache and lighttpd on one server - typo. Changed files: lighttpd.spec -> 1.15 --- lighttpd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighttpd.spec b/lighttpd.spec index 0d920aa..abd5664 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -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 -- 2.44.0