[csw-devel] SF.net SVN: gar:[14100] csw/mgar/pkg/lighttpd/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Apr 7 09:59:33 CEST 2011


Revision: 14100
          http://gar.svn.sourceforge.net/gar/?rev=14100&view=rev
Author:   wahwah
Date:     2011-04-07 07:59:33 +0000 (Thu, 07 Apr 2011)

Log Message:
-----------
pkg/lighttpd/trunk: Use SIGTERM to stop the process.

Modified Paths:
--------------
    csw/mgar/pkg/lighttpd/trunk/Makefile
    csw/mgar/pkg/lighttpd/trunk/files/cswlighttpd

Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile	2011-04-07 02:24:10 UTC (rev 14099)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile	2011-04-07 07:59:33 UTC (rev 14100)
@@ -1,7 +1,7 @@
 # $Id$
 NAME = lighttpd
 VERSION = 1.4.28
-CATEGORIES = devel
+CATEGORIES = server
 
 DESCRIPTION = HTTP server built for security, speed, compliance, and flexibility
 define BLURB

Modified: csw/mgar/pkg/lighttpd/trunk/files/cswlighttpd
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/files/cswlighttpd	2011-04-07 02:24:10 UTC (rev 14099)
+++ csw/mgar/pkg/lighttpd/trunk/files/cswlighttpd	2011-04-07 07:59:33 UTC (rev 14100)
@@ -28,7 +28,7 @@
 
 stop_service() {
         if [ -f "$PIDFILE" ]; then
-                /usr/bin/kill -QUIT `/usr/bin/cat $PIDFILE`
+                /usr/bin/kill -TERM `/usr/bin/cat $PIDFILE`
         fi
 }
 


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