Displaying 1 result from an estimated 1 matches for "netdown".
Did you mean:
enetdown
2009 Jun 19
1
UPS does not want to power off itself
...096 ??? 19 11:41 ..
srw-rw---- 1 nut nut 0 ??? 19 11:41 megatec-ippon
-rw-r--r-- 1 nut nut 5 ??? 19 11:41 megatec-ippon.pid
-rw-r--r-- 1 nut nut 5 ??? 19 11:41 upsd.pid
-rw-r--r-- 1 root root 5 ??? 19 11:41 upsmon.pid
wcc:/var/run/nut# cat /etc/init.d/halt | grep -v "#"
NETDOWN=yes
PATH=/sbin:/usr/sbin:/bin:/usr/bin
[ -f /etc/default/halt ] && . /etc/default/halt
. /lib/lsb/init-functions
do_stop () {
if [ "$INIT_HALT" = "" ]
then
case "$HALT" in
[Pp]*)
INIT_HALT=POWEROFF
;;...