SOURCES: apache1.sysconfig, apache.sysconfig - sample for $RPM_SKI...
glen
glen at pld-linux.org
Sun Jul 10 15:11:40 CEST 2005
Author: glen Date: Sun Jul 10 13:11:40 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- sample for $RPM_SKIP_AUTO_RESTART
---- Files affected:
SOURCES:
apache1.sysconfig (1.3 -> 1.4) , apache.sysconfig (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SOURCES/apache1.sysconfig
diff -u SOURCES/apache1.sysconfig:1.3 SOURCES/apache1.sysconfig:1.4
--- SOURCES/apache1.sysconfig:1.3 Thu Feb 3 14:42:57 2005
+++ SOURCES/apache1.sysconfig Sun Jul 10 15:11:35 2005
@@ -6,3 +6,8 @@
# Cmdline options
HTTPD_OPTS=""
+# Skip apache restarts invoked from rpm installs.
+# Enable this if you run a production server and don't want rpm upgrade restart
+# your webserver like 20 times. But you should be aware of that then you need
+# to restart by hand the webserver.
+RPM_SKIP_AUTO_RESTART=no
================================================================
Index: SOURCES/apache.sysconfig
diff -u SOURCES/apache.sysconfig:1.7 SOURCES/apache.sysconfig:1.8
--- SOURCES/apache.sysconfig:1.7 Sat Mar 19 20:36:35 2005
+++ SOURCES/apache.sysconfig Sun Jul 10 15:11:35 2005
@@ -17,3 +17,9 @@
# perhaps set 128MB memory limit
#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
+
+# Skip apache restarts invoked from rpm installs.
+# Enable this if you run a production server and don't want rpm upgrade restart
+# your webserver like 20 times. But you should be aware of that then you need
+# to restart by hand the webserver.
+RPM_SKIP_AUTO_RESTART=no
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache1.sysconfig?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SOURCES/apache.sysconfig?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list