nut: Reduce user error with POWERDOWNFLAG
authorDaniel F. Dickinson <cshored@thecshore.com>
Mon, 27 Aug 2018 20:41:17 +0000 (16:41 -0400)
committerDaniel F. Dickinson <cshored@thecshore.com>
Wed, 29 Aug 2018 04:17:19 +0000 (00:17 -0400)
Instead of making POWERDOWNFLAG an uci option the user can
only change it via initscript edits.  This avoids chance for users
to miss the required change to nut-driver when setting an UCI option
for nut-monitor which results in failure to do FSD on the UPS.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
net/nut/files/nut-monitor.init
net/nut/files/nut_monitor

index 9505408d9550d114f9ec4be3b3adc8bceaa32e09..7a2675e27eb18add76d334050f8cb89b7a21b529 100755 (executable)
@@ -35,8 +35,7 @@ nut_upsmon_conf() {
        config_get val "$cfg" deadtime 15
        echo "DEADTIME $val" >> $UPSMON_C
 
-       config_get val "$cfg" powerdownflag /var/run/killpower
-       echo "POWERDOWNFLAG $val" >> $UPSMON_C
+       echo "POWERDOWNFLAG /var/run/killpower" >> $UPSMON_C
 
        config_get val "$cfg" onlinemsg
        [ -n "$val" ] && echo "NOTIFYMSG ONLINE \"$val\"" >> $UPSMON_C
index 7b74bc31fbc2efdc3c54341070c07612fc50d477..59e0f360daeeb02b342feaecee12293d7f268522 100644 (file)
@@ -8,7 +8,6 @@
 #      option pollfreqalert 5
 #      option hostsync 15
 #      option deadtime 15
-#      option powerdownflags /var/run/killpower
 #      option onlinemsg "online message"
 #      option onbattmsg "on battery message"
 #      option lowbattmsg "low battery message"