diff options
author | Ermal <eri@pfsense.org> | 2014-04-28 08:05:18 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-04-28 08:05:18 +0000 |
commit | e116c7c7697858fa319f4fae1e8fa4e0912e80f1 (patch) | |
tree | 73d03721b48ee52dfb91f687ec5c33312516b591 /config/apcupsd/apcupsd.xml | |
parent | 7003a36d5d444b7454ea72fc8d61bc98cddee541 (diff) | |
parent | a3d74723c2bc677f2b6c2f715f8b4cd9a213e791 (diff) | |
download | pfsense-packages-e116c7c7697858fa319f4fae1e8fa4e0912e80f1.tar.gz pfsense-packages-e116c7c7697858fa319f4fae1e8fa4e0912e80f1.tar.bz2 pfsense-packages-e116c7c7697858fa319f4fae1e8fa4e0912e80f1.zip |
Merge pull request #647 from dbaio/master
Diffstat (limited to 'config/apcupsd/apcupsd.xml')
-rw-r--r-- | config/apcupsd/apcupsd.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index e69344fc..3ed95a7a 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -40,7 +40,7 @@ <name>Apcupsd</name> <title>Services: Apcupsd (General)</title> <category>Monitoring</category> - <version>0.2</version> + <version>0.3</version> <include_file>/usr/local/pkg/apcupsd.inc</include_file> <addedit_string>Apcupsd has been created/modified.</addedit_string> <delete_string>Apcupsd has been deleted.</delete_string> @@ -198,6 +198,13 @@ UPSTYPE DEVICE Description <br> <type>checkbox</type> </field> <field> + <fielddescr>Lock File</fielddescr> + <fieldname>lockfile</fieldname> + <description>Path for device lock file. Default is /var/tmp</description> + <type>input</type> + <size>60</size> + </field> + <field> <name>Configuration parameters used during power failures</name> <type>listtopic</type> </field> |