#!/bin/sh # # This script does the following. # # * Checks if the PID file exists. If it does, it kills the # process and removes the PID file. # # * Checks if the 'www' user exists. If it does, then it displays # a message. # # $FreeBSD$ # # Make sure we're in the right stage of the process if [ "$2" = "DEINSTALL" ]; then # Kill the process if it is still running PID_FILE=/var/run/tomcat.pid if [ -s ${PID_FILE} ]; then PID=`cat ${PID_FILE}` echo -n ">> Killing Jakarta Tomcat process (${PID})..." /bin/kill ${PID} > /dev/null 2> /dev/null if [ $? -eq 0 ]; then echo " [ DONE ]" else echo " [ FAILED ]" fi echo -n ">> Removing PID file (${PID_FILE})..." rm ${PID_FILE} > /dev/null 2> /dev/null if [ $? -eq 0 ]; then echo " [ DONE ]" else echo " [ FAILED ]" fi fi fi if [ "$2" = "POST-DEINSTALL" ]; then # If the user exists, then display a message if pw usershow "www" 2>/dev/null 1>&2; then echo "To delete the www user permanently, use 'pw userdel www'" fi fi exit 0 /td> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
Commit message (Expand)AuthorAgeFilesLines
* 1: Upgrade libmemcached to 1.0.6.vanilla2012-04-141-2/+2
* - chase libmemcached shared library bump 8=>9jgh2012-04-141-1/+1
* Fix includes/libs if using WITH_PCREmm2012-02-141-0/+2
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
* Fix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILEmm2012-01-291-1/+1
* Fix typo in pkg-plist and mod_sql_sqlite packing listmm2012-01-272-6/+6
* Update to 1.3.4amm2012-01-266-200/+474
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* Allow build on patched FreeBSD 7.x (FreeBSD-SA-11:07.chroot)mm2012-01-143-3/+37
* As of FreeBSD-SA-11:07.chroot, the port now works on both patched andmm2011-12-302-9/+39
* Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitrarydelphij2011-12-242-0/+20
* Mark as broken on sparc64-9: fails to compile.linimon2011-12-221-0/+4
* Update to 1.3.3gmm2011-11-112-3/+3
* Fix distinfo and its creationmm2011-10-062-2/+6
* Update to 1.3.3fmm2011-10-012-7/+3
* Update to 1.3.3emm2011-05-033-25/+3
* - Add LICENSE knob(s)mm2011-03-231-0/+3
* Fix extraction when using clamav option.wxs2011-01-081-1/+0
* - Update to 1.3.3dmm2010-12-242-4/+3
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* - Revert to old distinfo and SAVE US FROM THE DOOM!mm2010-12-012-3/+3
* - Update distfile to match upstream sourcemm2010-12-012-3/+3
* - Update mod_sql_tds to 4.13mm2010-11-152-4/+5
* - Update to 1.3.3cmm2010-11-053-25/+7
* - Update to 1.3.3bmm2010-10-292-5/+4
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2
* - Fix version that has gone backwards (DISTVERSION -> PORTVERSION)mm2010-07-061-1/+1
* - Update to 1.3.3amm2010-07-054-49/+10
* - Fix mkdir -> mkdir -p in packagemm2010-06-102-2/+2
* - Enable DSO supportmm2010-06-071-1/+2
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - Remove support for mod_digest (doesnt work with 1.3.3)mm2010-05-161-12/+6
* - Fix breakage on 9-CURRENTmm2010-05-131-0/+53
* - Create ${localstatedir}/run/proftpd on install [1]mm2010-04-086-2/+62
* Chase clamav's lib bumpgarga2010-04-061-1/+1
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Remove unnecessary sqlite dependency on mod_sftp*mm2010-03-251-3/+0
* - Remove etc/proftpd creation from Makefilemm2010-03-252-4/+4
* - Update to 1.3.3mm2010-03-245-68/+177
* - Update to 1.3.2emm2010-03-012-4/+4
* - Update to 1.3.2d (maintenance)mm2010-02-222-4/+4
* - Update to 1.3.2cmm2010-01-123-6/+7
* - Pull the pidfile path from a central location (the config file)pgollucci2010-01-042-2/+3
* Reset maintainer at his request.linimon2009-12-161-1/+1
* Reinstate maintainer at his request.linimon2009-12-041-1/+1
* Temporarily reassign ports maintained by chris@officialunix.com back tolinimon2009-11-261-1/+1
* - Update to 1.3.2bwxs2009-10-262-5/+5
* - Rework QUOTA support to fix build breakage.wxs2009-10-171-7/+6
* - Fix MYSQL option so it displays correctly with slave port.wxs2009-10-151-13/+31
* - Use PLIST_SUB instead of PLIST_FILES in some cases.wxs2009-10-122-7/+22
* - Fix clamav extraction.wxs2009-10-111-2/+3
* - Use ?= for CATEGORIES and fix whitespace.wxs2009-09-251-3/+3
* - Update to 1.3.2awxs2009-09-233-15/+21
* - Update mod_sql_tds to 4.11miwi2009-09-202-5/+6
* - Pass maintainership to submittermiwi2009-09-191-1/+1
* Reset beech@FreeBSD.org while he works on restoring his email situation.linimon2009-08-292-4/+1
* - Update mod_clamav to 0.11rc (which works with new clamav again)pav2009-07-282-9/+9
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+2
* - make MAKE_JOBS_UNSAFEmiwi2009-06-171-0/+1
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIgarga2009-03-271-1/+1
* - Update to 1.3.2 (stable)beech2009-02-062-10/+9
* - Fix distinfobeech2009-01-291-0/+6
* - Default ipv6 to on & bump portrevisionbeech2009-01-292-5/+14
* - Update to 1.3.2rc4beech2009-01-273-16/+25
* - Update mod_sql_tds to 4.8beech2009-01-063-7/+8
* - Update third party mod_sql_tds to 4.7beech2008-12-102-8/+8
* - Update to 1.3.2rc3beech2008-12-103-195/+5
* - Re-add mod_sql_tds option and update to 4.6beech2008-09-262-7/+22
* - Replace path hack with configure argbeech2008-09-252-4/+3
* - Fix plistbeech2008-09-241-1/+0
* - Fix install and plist for proftpd.pcbeech2008-09-242-0/+5
* - Update to 1.3.2rc2beech2008-09-2414-806/+251
* - Patch src netio.c - wrong telnet filterbeech2008-09-172-2/+58
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]garga2008-09-161-1/+1
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
* - Mark option mod_codeconv as possibly broken.beech2008-08-061-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Add conflictsbeech2008-04-181-0/+2
* - Chase clamav library to version 4garga2008-04-171-2/+2
* - Remove cyrillic-fix-netio.c (handled by CODECONV)beech2008-04-023-187/+2
* - Re-add OPTIONS CODECONV (mod_codeconv) with v1.3.1 fixes for international ...beech2008-03-282-2/+488
* - Fix segfault in mod_quotatab_sql if the SQL query returns NULL bytes/files ...beech2008-03-272-1/+93
* - Add vendor patchbeech2008-03-042-1/+73
* - Add mod_sql_tds, which allows proftpd to auth using sql against Sybase and MSbeech2008-02-212-4/+25
* - Add two optional third-party modules:beech2008-02-172-3/+39
* - Fix IPv4-mapped IPv6 connections not matched properly against IPbeech2008-01-172-1/+89
* - Fix issue, if compiled with both base and port versions of opensslbeech2008-01-081-3/+3
* - Update security/clamav to 0.92garga2007-12-201-2/+2
* - Bug fix mod_clamavbeech2007-12-142-5/+5
* - Fix connect stops with Sig11 on FreeBSD AMD64beech2007-11-151-3/+6
* - Add vendor patch to fix bug - Authoritative PAM is not honoredbeech2007-10-09