1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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