Commit 5c069773 authored by Ingvar Hagelund's avatar Ingvar Hagelund

varnish_reload_vcl should be home in /usr/bin

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5515 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 28d1483b
......@@ -26,7 +26,7 @@ retval=0
pidfile=/var/run/varnish.pid
exec="/usr/sbin/varnishd"
reload_exec="/usr/sbin/varnish_reload_vcl"
reload_exec="/usr/bin/varnish_reload_vcl"
prog="varnishd"
config="/etc/sysconfig/varnish"
lockfile="/var/lock/subsys/varnish"
......
......@@ -180,7 +180,7 @@ mkdir -p %{buildroot}/var/run/varnish
%{__install} -D -m 0755 redhat/varnish.initrc %{buildroot}%{_initrddir}/varnish
%{__install} -D -m 0755 redhat/varnishlog.initrc %{buildroot}%{_initrddir}/varnishlog
%{__install} -D -m 0755 redhat/varnishncsa.initrc %{buildroot}%{_initrddir}/varnishncsa
%{__install} -D -m 0755 redhat/varnish_reload_vcl %{buildroot}%{_sbindir}/varnish_reload_vcl
%{__install} -D -m 0755 redhat/varnish_reload_vcl %{buildroot}%{_bindir}/varnish_reload_vcl
%clean
rm -rf %{buildroot}
......
......@@ -34,7 +34,6 @@ VARNISH_SECRET_FILE=\"$VARNISH_SECRET_FILE\"
}
# Read configuration
exec="/usr/sbin/varnishd"
. /etc/sysconfig/varnish
$debug && print_debug
......
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