From d5cf397d65475e8b10b1cbb50975d3fb9314ca8a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 20 Mar 2020 02:33:04 +0000 Subject: Remove expired ports: 2020-03-18 devel/py-Products.validation: Old, uses EOLed python27 2020-03-18 devel/py-Acquisition: Old, uses EOLed python27 2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27 2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27 2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27 2020-03-18 devel/py-zLOG: Old, uses EOLed python27 2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27 2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27 2020-03-19 audio/raul: Unmaintained, uses EOLed python27 2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27 2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27 2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27 2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27 2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27 2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27 2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27 2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27 2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27 --- devel/py-mwlib/files/postman.in | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 devel/py-mwlib/files/postman.in (limited to 'devel/py-mwlib/files/postman.in') diff --git a/devel/py-mwlib/files/postman.in b/devel/py-mwlib/files/postman.in deleted file mode 100644 index 19e0c4c939af..000000000000 --- a/devel/py-mwlib/files/postman.in +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: postman -# REQUIRE: DAEMON -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable postman: -# -#postman_enable="YES" - -. /etc/rc.subr - -name="postman" -rcvar="postman_enable" - -load_rc_config $name - -: ${postman_user:=www} -: ${postman_group:=www} -: ${postman_enable:=NO} - -pidfile="/var/run/${name}.pid" -command="/usr/sbin/daemon" -command_args="-c -f -p ${pidfile} %%PREFIX%%/bin/postman ${postman_args}" -command_interpreter="%%PYTHON_CMD%%" -procname="%%PREFIX%%/bin/postman" - -start_precmd=postman_pre_start - -postman_pre_start() { - /usr/bin/install -o ${postman_user} -g ${postman_group} -m 644 /dev/null ${pidfile} -} - -run_rc_command "$1" -- cgit v1.2.3