From 19616f51da389860a7375484dd67178d5b1978aa Mon Sep 17 00:00:00 2001 From: se Date: Fri, 4 Apr 2003 07:20:12 +0000 Subject: PID file creation is now safe: Re-enable previous 'stop' procedure and kill process identified in PID file instead of the 'killall jftpgw' used as a work-around. --- ftp/jftpgw/files/jftpgw.sh.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ftp/jftpgw') diff --git a/ftp/jftpgw/files/jftpgw.sh.in b/ftp/jftpgw/files/jftpgw.sh.in index 9c5fc8616a12..c0e8ae90134d 100644 --- a/ftp/jftpgw/files/jftpgw.sh.in +++ b/ftp/jftpgw/files/jftpgw.sh.in @@ -16,10 +16,8 @@ start) ;; stop) -# work around PID file creation problem - killall jftpgw -# PID=`cat $PIDFILE 2>/dev/null` -# ps -p "$PID" | tail +2 | grep -sqw $PROGRAM && kill $PID + PID=`cat $PIDFILE 2>/dev/null` + ps -p "$PID" | tail +2 | grep -sqw $PROGRAM && kill $PID ;; *) -- cgit nome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.10.14.kwm2009-01-283-7/+15
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-102-1/+4
* Update to 0.10.12ahze2008-07-262-5/+4
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-61/+70
* Update to 0.10.8ahze2007-08-022-5/+4
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update to 0.10.7ahze2007-02-043-4/+5
* - Update to 0.10.6.mezz2006-12-163-8/+16
* Second try to fix the pygst.pyc to avoid multimedia/quodlibet pokes on thismezz2006-10-221-7/+3
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-141-1/+2
* Get this port to generate the .pyc and .pyo files, because other ports willmezz2006-10-062-3/+12
* - Update to 0.10.5ahze2006-07-222-4/+4
* - Transfer MAINTAINER to multimedia@ahze2006-06-101-1/+1
* - Update to 0.10.4ahze2006-05-183-5/+5
* - Update gstreamer to 0.10ahze2006-04-303-38/+54
* Grab maintainership for gnome@.marcus2006-04-171-1/+1
* Reset kwm due to no response about email.linimon2006-04-151-1/+1
* Conversion to a single libtool environment.ade2006-02-232-2/+5
* SHA256ifyedwin2006-01-231-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Update to 0.8.2.kwm2005-06-223-24/+7
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-011-2/+2
* Update to version 0.8.1.kwm2004-11-302-3/+3
* Update to version 0.8.0.kwm2004-11-213-27/+27
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Chase the gstreamer shared lib bump.marcus2004-08-171-1/+1
* Chase gstreamer shared lib version.marcus2004-08-031-0/+1
* Update to 0.7.92.marcus2004-07-062-4/+3
* Chase the gstreamer shared lib version, and bump PORTREVISION wheremarcus2004-06-151-0/+1
* Sync with new bsd.autotools.mkade2004-06-051-1/+1