From 3546bfbf96e59a7b1bc52b9265c32af02285d506 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 28 Apr 2015 09:17:53 -0300 Subject: Sanitize imspector version, add run_depends and fix pbi checking --- config/nut/nut.inc | 6 +++--- pkg_config.10.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/nut/nut.inc b/config/nut/nut.inc index aa0bbe13..9ba942ab 100644 --- a/config/nut/nut.inc +++ b/config/nut/nut.inc @@ -36,10 +36,10 @@ define('NUT_RCFILE', '/usr/local/etc/rc.d/nut.sh'); $pfs_version = substr(trim(file_get_contents("/etc/version")),0,3); - if ($pfs_version == "2.0") { - define('NUT_DIR','/usr/local/etc/nut'); - } else { + if ($pfs_version == "2.1" || $pfs_version == "2.2") { define('NUT_DIR', '/usr/pbi/nut-' . php_uname("m") . '/etc/nut'); + } else { + define('NUT_DIR','/usr/local/etc/nut'); } function nut_notice ($msg) { syslog(LOG_NOTICE, "nut: {$msg}"); return; } diff --git a/pkg_config.10.xml b/pkg_config.10.xml index bc2c3ff8..378eefe4 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -777,13 +777,14 @@ Network UPS Tools http://www.networkupstools.org/ Network Management - 2.7.2_6 pkg 2.0.4 + 2.0.4 BETA 2.2 rswagoner@gmail.com https://packages.pfsense.org/packages/config/nut/nut.xml nut.xml nut-2.7.2_6-##ARCH##.pbi + bin/upsc:sysutils/nut sysutils/nut -- cgit v1.2.3