summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/network-ups-tools/run
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-25 00:39:23 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-25 00:39:23 (GMT)
commit369bb6314419c513693a3b5546f6272bd0a6a20c (patch)
treea977fe9c416ce402191a6d12de45164877093e95 /abs/extra-testing/community/network-ups-tools/run
parent698caea6972d83123dfa9f03b67cbd8598e7a2f3 (diff)
downloadlinhes_pkgbuild-369bb6314419c513693a3b5546f6272bd0a6a20c.zip
linhes_pkgbuild-369bb6314419c513693a3b5546f6272bd0a6a20c.tar.gz
linhes_pkgbuild-369bb6314419c513693a3b5546f6272bd0a6a20c.tar.bz2
network-ups-tools: Found a way to run in the foreground without a loop.
Diffstat (limited to 'abs/extra-testing/community/network-ups-tools/run')
-rw-r--r--abs/extra-testing/community/network-ups-tools/run21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/extra-testing/community/network-ups-tools/run b/abs/extra-testing/community/network-ups-tools/run
deleted file mode 100644
index c4985fd..0000000
--- a/abs/extra-testing/community/network-ups-tools/run
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/upsd`
-
- stat_runit "Starting UPSd Daemon"
- /usr/bin/upsdrvctl start &> /dev/null
- [ -z "$PID" ] && /usr/sbin/upsd &>/dev/null
- /usr/sbin/upsmon &>/dev/null
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon upsd
- stat_done
- fi
-
- while [ -n $PID ] ; do
- sleep 60
- done