[csw-devel] SF.net SVN: gar:[18916] csw/mgar/pkg/exim/trunk/files/cswexim

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Aug 12 21:20:58 CEST 2012


Revision: 18916
          http://gar.svn.sourceforge.net/gar/?rev=18916&view=rev
Author:   bdwalton
Date:     2012-08-12 19:20:58 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
exim/trunk: ensure the pid file is nuked during the stop action in the init script

Modified Paths:
--------------
    csw/mgar/pkg/exim/trunk/files/cswexim

Modified: csw/mgar/pkg/exim/trunk/files/cswexim
===================================================================
--- csw/mgar/pkg/exim/trunk/files/cswexim	2012-08-12 18:44:53 UTC (rev 18915)
+++ csw/mgar/pkg/exim/trunk/files/cswexim	2012-08-12 19:20:58 UTC (rev 18916)
@@ -44,6 +44,7 @@
   stop)
     echo "Stopping MTA: \c"
     kill `cat "$PIDFILE"`
+    rm "$PIDFILE"
     echo "exim."
       ;;
   restart)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list