Commit 1d761066 authored by Ingvar Hagelund's avatar Ingvar Hagelund

cosmetic changes to redhat initrc scripts

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5695 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 06e63b01
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# description: Varnish is a high-perfomance HTTP accelerator # description: Varnish is a high-perfomance HTTP accelerator
# processname: varnishd # processname: varnishd
# config: /etc/sysconfig/varnish # config: /etc/sysconfig/varnish
# pidfile: /var/run/varnish/varnishd.pid # pidfile: /var/run/varnishd.pid
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: varnish # Provides: varnish
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# description: Varnish Cache logging daemon # description: Varnish Cache logging daemon
# processname: varnishlog # processname: varnishlog
# config: # config:
# pidfile: /var/run/varnish/varnishlog.pid # pidfile: /var/run/varnishlog.pid
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: varnishlog # Provides: varnishlog
...@@ -31,7 +31,7 @@ prog="varnishlog" ...@@ -31,7 +31,7 @@ prog="varnishlog"
DAEMON_OPTS="-a -w $logfile -D -P $pidfile" DAEMON_OPTS="-a -w $logfile -D -P $pidfile"
# Include varnish defaults # Include varnishlog defaults
[ -e /etc/sysconfig/varnishlog ] && . /etc/sysconfig/varnishlog [ -e /etc/sysconfig/varnishlog ] && . /etc/sysconfig/varnishlog
start() { start() {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# description: Varnish Cache logging daemon # description: Varnish Cache logging daemon
# processname: varnishncsa # processname: varnishncsa
# config: # config:
# pidfile: /var/run/varnish/varnishncsa.pid # pidfile: /var/run/varnishncsa.pid
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: varnishncsa # Provides: varnishncsa
...@@ -31,7 +31,7 @@ prog="varnishncsa" ...@@ -31,7 +31,7 @@ prog="varnishncsa"
DAEMON_OPTS="-a -w $logfile -D -P $pidfile" DAEMON_OPTS="-a -w $logfile -D -P $pidfile"
# Include defaults # Include varnishncsa defaults
[ -e /etc/sysconfig/varnishncsa ] && . /etc/sysconfig/varnishncsa [ -e /etc/sysconfig/varnishncsa ] && . /etc/sysconfig/varnishncsa
start() { start() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment