initscript: pass complete path to pidfile to status command
authorBen Pfaff <blp@nicira.com>
Thu, 17 Dec 2009 18:00:36 +0000 (10:00 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Dec 2009 18:00:36 +0000 (10:00 -0800)
commite4bfff8f0d2c01009759acb8adcab070327b5747
tree7ca42849269704ffa6f94f3bd43c4868dde092e3
parenta47f0840240e024071aa4a0e2ed27630f1337d68
initscript: pass complete path to pidfile to status command

Older versions of RHEL/CentOS used pifof in preference to the pidfile
and hence we got away with passing just the basename instead of
including the full path. Using pidof first doesn't make much sense and
this was fixed in RHEL 5 update 4 (see https://bugzilla.redhat.com/show_bug.cgi?id=440658)

This means that on RHEL 5.4 "service vswitch status" always returned
"ovs-vswitchd is stopped" even if it was running. Fix this issue by
passing in the correct pidfile name.

Cross-port of Ian Campbell's commit d1c8c9e4 on xs5.7 branch.
xenserver/etc_init.d_vswitch