Author: glen                         Date: Mon Feb 28 19:33:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- there was never config embedded in apache.conf - update trigger

---- Files affected:
SPECS:
   apache1-mod_suphp.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/apache1-mod_suphp.spec
diff -u SPECS/apache1-mod_suphp.spec:1.3 SPECS/apache1-mod_suphp.spec:1.4
--- SPECS/apache1-mod_suphp.spec:1.3    Mon Feb 28 20:30:46 2005
+++ SPECS/apache1-mod_suphp.spec        Mon Feb 28 20:33:50 2005
@@ -9,7 +9,7 @@
 Summary(pl):   Moduł do apache: suPHP - uruchamianie skryptów PHP z 
uprawnieniami ich właścicieli
 Name:          apache1-mod_%{mod_name}
 Version:       0.5.2
-Release:       1.11
+Release:       1.12
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://www.suphp.org/download/%{mod_name}-%{version}.tar.gz
@@ -101,14 +101,10 @@
        sed -i -e '
                /^Include.*mod_%{mod_name}\.conf/d
        ' /etc/apache/apache.conf
-else
-       # they're still using old apache.conf
-       sed -i -e '
-               s,^Include.*mod_%{mod_name}\.conf,Include 
%{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf,
-       ' /etc/apache/apache.conf
-fi
-if [ -f /var/lock/subsys/apache ]; then
-       /etc/rc.d/init.d/apache restart 1>&2
+
+       if [ -f /var/lock/subsys/apache ]; then
+               /etc/rc.d/init.d/apache restart 1>&2
+       fi
 fi
 
 %files
@@ -125,6 +121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/02/28 19:33:50  glen
+- there was never config embedded in apache.conf - update trigger
+
 Revision 1.3  2005/02/28 19:30:46  glen
 - don't package GPL and Apache licenses
 - less subdirs in doc
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache1-mod_suphp.spec?r1=1.3&r2=1.4&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to