This commit is contained in:
Georg Neis 2006-02-21 23:35:20 +02:00
parent 3e4a5e64ee
commit adfb6ad715
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
path=$old_path
old_path=()
wmiircpid=()
apid=()
cmd=()
home=()

View File

@ -15,8 +15,8 @@ lab=`{wmiir read /bar|maxlab}
# install signal handler for artificial sigexit:
fn sigint {
if(test -f $PIDFILE && ~ `{cat $PIDFILE} $pid)
rm -f $PIDFILE
wmiir remove /bar/$lab
rm -f $PIDFILE
wmiir remove /bar/$lab
exit
}