dtinfo other requirements

This commit is contained in:
Ulrich Wilkens
2012-10-14 18:26:30 +02:00
committed by Jon Trulson
parent f17d779dab
commit 9b4fe61ea4
12 changed files with 951 additions and 8 deletions

View File

@@ -212,7 +212,7 @@ CleanDaemons()
true
elif [ "$PLATFORM" = freebsd ]
then
ps axo pid,comm | grep $i > /tmppsout
ps axo pid,comm | grep $i > /tmp/tmppsout
if [ -s /tmp/tmppsout ]
then
awk '{print "kill " $1}' /tmp/tmppsout | /bin/csh -f