From 9cad684489e19b10019b5ae045decfb8f1311772 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 27 Apr 2010 09:35:45 -0700 Subject: [PATCH] xenserver: Use daemon-specific dir for pidfile in /etc/init.d/openvswitch. Reported-by: Justin Pettit --- xenserver/etc_init.d_openvswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index bf7ae4e8a..24d82261f 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -202,7 +202,7 @@ function start_daemon { else local mode=production eval local pidfile=\$${DAEMON}_PIDFILE - install -d -m 755 -o root -g root `dirname $VSWITCHD_PIDFILE` + install -d -m 755 -o root -g root `dirname $pidfile` set -- "$@" --pidfile="$pidfile" --detach $monitor_opt --no-chdir fi -- 2.45.2