dtinfo other requirements
This commit is contained in:
committed by
Jon Trulson
parent
f17d779dab
commit
9b4fe61ea4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user