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:
parent
f17d779dab
commit
9b4fe61ea4
12 changed files with 951 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue