diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-25 02:26:23 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-25 02:36:22 (GMT) |
commit | ba1c95de6f0f0d4059f4f0b87fa40f01515fe807 (patch) | |
tree | 85ef0f5c1d8f2f0eefc3c1f105dcf6bda653381f /abs/extra-testing/apcupsd/run | |
parent | bd1571b47ff76a352c67f0b87e77843812b6c99b (diff) | |
download | linhes_pkgbuild-ba1c95de6f0f0d4059f4f0b87fa40f01515fe807.zip linhes_pkgbuild-ba1c95de6f0f0d4059f4f0b87fa40f01515fe807.tar.gz linhes_pkgbuild-ba1c95de6f0f0d4059f4f0b87fa40f01515fe807.tar.bz2 |
apcupsd: fixed extraneous redirects in apcupsd exec line of run
also updated to 3.14.8
Diffstat (limited to 'abs/extra-testing/apcupsd/run')
-rw-r--r-- | abs/extra-testing/apcupsd/run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/apcupsd/run b/abs/extra-testing/apcupsd/run index a9dfa3d..bc5c22b 100644 --- a/abs/extra-testing/apcupsd/run +++ b/abs/extra-testing/apcupsd/run @@ -1,3 +1,4 @@ #!/bin/sh exec 2>&1 -exec /sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf >/dev/null 2>/dev/null + stat_runit "Starting APC UPS Daemon" + exec /sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf |