[Nut-upsdev] nut.conf

Tim Rice tim at multitalents.net
Wed Apr 7 17:06:30 UTC 2010


If nut.conf is intended to be sourced by shell scripts we need to
have VAR=value instead of VAR = value
........
--- conf/nut.conf.sample.old	2010-03-25 13:03:18.000000000 -0700
+++ conf/nut.conf.sample	2010-04-07 09:57:31.026271002 -0700
@@ -25,4 +25,4 @@
 #   to security concerns.
 # - netclient: this mode only requires upsmon.
 
-MODE = none
+MODE=none
--- man/nut.conf.5.old	2010-02-12 11:05:39.000000000 -0800
+++ man/nut.conf.5	2010-04-07 09:57:49.156271002 -0700
@@ -70,13 +70,13 @@
 
 # /etc/nut/nut.conf.  See nut.conf(5)
 
-MODE = none
+MODE=none
 
-UPSD_OPTIONS = ""
+UPSD_OPTIONS=""
 
-UPSMON_OPTIONS = ""
+UPSMON_OPTIONS=""
 
-# POWEROFF_WAIT = 15m
+# POWEROFF_WAIT=15m
 
 .SH INTEGRATION
 
........

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- conf/nut.conf.sample.old	2010-03-25 13:03:18.000000000 -0700
+++ conf/nut.conf.sample	2010-04-07 09:57:31.026271002 -0700
@@ -25,4 +25,4 @@
 #   to security concerns.
 # - netclient: this mode only requires upsmon.
 
-MODE = none
+MODE=none
--- man/nut.conf.5.old	2010-02-12 11:05:39.000000000 -0800
+++ man/nut.conf.5	2010-04-07 09:57:49.156271002 -0700
@@ -70,13 +70,13 @@
 
 # /etc/nut/nut.conf.  See nut.conf(5)
 
-MODE = none
+MODE=none
 
-UPSD_OPTIONS = ""
+UPSD_OPTIONS=""
 
-UPSMON_OPTIONS = ""
+UPSMON_OPTIONS=""
 
-# POWEROFF_WAIT = 15m
+# POWEROFF_WAIT=15m
 
 .SH INTEGRATION
 


More information about the Nut-upsdev mailing list