diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:26:19 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:19 +0200 |
commit | 21dba75362eda35fe6c706d68262e521dd2f91c1 (patch) | |
tree | 5ee1324ed3a38ca8a26f7cd97551e5c4b595d497 /system/apcupsd/README-SLACKWARE | |
parent | 91ba3afda8a427d68e25738ca649abb38a8dfe3f (diff) | |
download | slackbuilds-21dba75362eda35fe6c706d68262e521dd2f91c1.tar.gz |
system/apcupsd: Updated for version 3.14.4
Diffstat (limited to 'system/apcupsd/README-SLACKWARE')
-rw-r--r-- | system/apcupsd/README-SLACKWARE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/apcupsd/README-SLACKWARE b/system/apcupsd/README-SLACKWARE index f61c7ca3c9..9587d0e26b 100644 --- a/system/apcupsd/README-SLACKWARE +++ b/system/apcupsd/README-SLACKWARE @@ -41,7 +41,7 @@ chose to comment out the original): # of seconds (see the apcupsd.conf file). This is important for situations # where the mains power comes back before the UPS batteries are completely # dead. - if [ -f /etc/powerfail ]; then + if [ -f /etc/apcupsd/powerfail ]; then echo echo "apcupsd will now power off the UPS" echo |