diff options
author | jim-p <jim@pingle.org> | 2009-04-19 19:14:43 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-04-19 19:14:43 -0400 |
commit | fb943fce8920492f4c510dd983138b40c6e28a9f (patch) | |
tree | 29675b8758d13a1562fe43b8e7b620f795554419 /config/nut/nut.xml | |
parent | 8e2350446a781758916dc7e17030b891f6dfd7c2 (diff) | |
download | pfsense-packages-fb943fce8920492f4c510dd983138b40c6e28a9f.tar.gz pfsense-packages-fb943fce8920492f4c510dd983138b40c6e28a9f.tar.bz2 pfsense-packages-fb943fce8920492f4c510dd983138b40c6e28a9f.zip |
Add an option to the NUT package that will let the user choose to power down (shutdown -p) instead of halt. Should fix Ticket #1882
Shutdown -p will only work on supported systems. Since the behavior on unsupported systems is unknown, giving the user a choice seemed like the better way.
Diffstat (limited to 'config/nut/nut.xml')
-rw-r--r-- | config/nut/nut.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/nut/nut.xml b/config/nut/nut.xml index fdaa6295..0bd91adf 100644 --- a/config/nut/nut.xml +++ b/config/nut/nut.xml @@ -468,6 +468,11 @@ </options> </field> <field> + <fielddescr>Power Down Instead of Halt</fielddescr> + <fieldname>powerdown</fieldname> + <type>checkbox</type> + </field> + <field> <fielddescr>Local Remote Access Address <br>(ex: 192.168.1.0/24)</fielddescr> <fieldname>allowaddr</fieldname> <type>input</type> |