From: Chris M. <zm...@us...> - 2002-02-27 22:37:25
|
Update of /cvsroot/kuml/kuml/libkuml/uml In directory usw-pr-cvs1:/tmp/cvs-serv24259 Modified Files: freecase Log Message: Minor mod to specify current directory to find start_fcd. I think I caught this while running as root (naughty!) Index: freecase =================================================================== RCS file: /cvsroot/kuml/kuml/libkuml/uml/freecase,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** freecase 16 Oct 2000 04:01:59 -0000 1.1.1.1 --- freecase 27 Feb 2002 22:37:22 -0000 1.2 *************** *** 1,5 **** #!/bin/sh case $1 in ! start) start_fcd ;; stop) killall -TERM fcd killall -TERM nsd --- 1,5 ---- #!/bin/sh case $1 in ! start) ./start_fcd ;; stop) killall -TERM fcd killall -TERM nsd |