diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-20 02:33:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-20 02:33:04 +0000 |
commit | d5cf397d65475e8b10b1cbb50975d3fb9314ca8a (patch) | |
tree | 006d054d629dcd33cb8716c5ab685675c3fe481e /devel/py-mwlib/files/postman.in | |
parent | deskutils/recoll: drop optional dependency on expired textproc/pychm (diff) |
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
Notes
Notes:
svn path=/head/; revision=528757
Diffstat (limited to 'devel/py-mwlib/files/postman.in')
-rw-r--r-- | devel/py-mwlib/files/postman.in | 38 |
1 files changed, 0 insertions, 38 deletions
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" |