diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 22:18:31 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 22:19:24 +0200 |
commit | b19fd158df56a285dcd38cc7310e908b05ecb982 (patch) | |
tree | 457624cfb097b8ed7f402ed1c9506470f00d6055 /sysutils/cfengine311/files/cf-execd.in | |
parent | astro/py-ephem: Update to 4.1 (diff) |
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
Diffstat (limited to 'sysutils/cfengine311/files/cf-execd.in')
-rw-r--r-- | sysutils/cfengine311/files/cf-execd.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/cfengine311/files/cf-execd.in b/sysutils/cfengine311/files/cf-execd.in deleted file mode 100644 index b40d3507649a..000000000000 --- a/sysutils/cfengine311/files/cf-execd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-execd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) -# -# cf_execd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-execd. -# cf_execd_flags (str): Custom additional arguments to be passed -# to cf-execd (default empty). -# - -. /etc/rc.subr - -name="cf_execd" -rcvar=cf_execd_enable - -command="%%PREFIX%%/bin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" |