Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
cosmetic changes to redhat initrc scripts
Browse files Browse the repository at this point in the history
git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5695 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
ingvarha committed Jan 6, 2011
1 parent 06e63b0 commit 1d76106
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion redhat/varnish.initrc
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions redhat/varnishlog.initrc
Expand Up @@ -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
Expand All @@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions redhat/varnishncsa.initrc
Expand Up @@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit 1d76106

Please sign in to comment.