Enlightenment CVS committal Author : xstasi Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/config/init.d Modified Files: entrance.in Log Message: added check to see if pidfile exists before killing - without this it gives problems on debian =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/config/init.d/entrance.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- entrance.in 23 May 2004 17:47:37 -0000 1.3 +++ entrance.in 13 Mar 2006 17:12:36 -0000 1.4 @@ -35,7 +35,7 @@ ;; stop) echo -n "Stopping Entrance: entrance" - kill -9 `cat $PIDFILE` + if [ -f $PIDFILE ]; then kill -9 `cat $PIDFILE` ; fi echo "." ;; restart) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs