diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-24 07:51:30 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-24 07:51:30 -0300 |
commit | 6f7d6eea7efc011e41695fda34cd3beb35585b60 (patch) | |
tree | 3104490e85a0ae9f1293e11a7bdd325ca3bc5f87 | |
parent | 56e435364844da3cd11d0bfec980492eb68ba6c9 (diff) | |
parent | 8adaa212a018ae5df0a5a003d5bd380318449b51 (diff) | |
download | pfsense-packages-6f7d6eea7efc011e41695fda34cd3beb35585b60.tar.gz pfsense-packages-6f7d6eea7efc011e41695fda34cd3beb35585b60.tar.bz2 pfsense-packages-6f7d6eea7efc011e41695fda34cd3beb35585b60.zip |
Merge pull request #1019 from doktornotor/patch-4
-rw-r--r-- | config/nut/nut.inc | 3 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/config/nut/nut.inc b/config/nut/nut.inc index e0ca9d30..6467ec13 100644 --- a/config/nut/nut.inc +++ b/config/nut/nut.inc @@ -518,9 +518,6 @@ EOD; log_error("[nut] INFO: Starting service"); start_service("nut"); - if (!is_process_running('upsmon')) { - log_error("[nut] ERROR: Service failed to start: check configuration."); - } } elseif (!$return && file_exists(NUT_RCFILE)) { /* no parameters user does not want nut running */ /* lets stop the service and remove the rc file */ diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 73f14a43..be88c2a0 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -814,7 +814,7 @@ <descr>Network UPS Tools.</descr> <website>http://www.networkupstools.org/</website> <category>Network Management</category> - <version>2.0.7</version> + <version>2.0.8</version> <status>BETA</status> <required_version>2.2</required_version> <maintainer>rswagoner@gmail.com</maintainer> |