slackbuilds_ponce/system/apcupsd/patches/create_lockdir_in_init_script.diff
Robby Workman 699843a169 system/apcupsd: Fix lockdir definition and usage
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-06-04 00:09:20 -05:00

11 lines
488 B
Diff

diff -Nur apcupsd-3.14.10.orig/platforms/slackware/apcupsd.in apcupsd-3.14.10/platforms/slackware/apcupsd.in
--- apcupsd-3.14.10.orig/platforms/slackware/apcupsd.in 2005-03-03 11:18:09.000000000 -0600
+++ apcupsd-3.14.10/platforms/slackware/apcupsd.in 2012-09-07 21:31:27.347857464 -0500
@@ -20,6 +20,7 @@
if [ -f ${APCPID} ]; then
return=" Already running."
else
+ mkdir -p @LOCKDIR@/subsys
@sbindir@/apcupsd && touch @LOCKDIR@/subsys/apcupsd \
|| return=" Failed."
fi