diff options
Diffstat (limited to 'net-im/biboumi/files')
-rw-r--r-- | net-im/biboumi/files/biboumi.in | 37 | ||||
-rw-r--r-- | net-im/biboumi/files/patch-doc_Makefile | 11 | ||||
-rw-r--r-- | net-im/biboumi/files/pkg-message.in | 5 |
3 files changed, 0 insertions, 53 deletions
diff --git a/net-im/biboumi/files/biboumi.in b/net-im/biboumi/files/biboumi.in deleted file mode 100644 index 48f12e15a72b..000000000000 --- a/net-im/biboumi/files/biboumi.in +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# -# PROVIDE: biboumi -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add these lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# biboumi_enable (bool): Set to NO by default. -# Set it to YES to enable biboumi. -# biboumi_config (path): Set to %%PREFIX%%/etc/biboumi/biboumi.cfg -# by default. - -. /etc/rc.subr - -name=biboumi -rcvar=biboumi_enable -pidfile="/var/run/biboumi/biboumi.pid" -procname="%%PREFIX%%/bin/biboumi" - -load_rc_config $name - -: ${biboumi_enable:="NO"} -: ${biboumi_config="%%PREFIX%%/etc/biboumi/biboumi.cfg"} - -command="/usr/sbin/daemon" -command_args="-p ${pidfile} -f ${procname} ${biboumi_config}" -extra_commands="reload" -required_files="$biboumi_config" -sig_reload="USR1" - -biboumi_user="%%USER%%" -biboumi_group="%%GROUP%%" - -run_rc_command "$1" diff --git a/net-im/biboumi/files/patch-doc_Makefile b/net-im/biboumi/files/patch-doc_Makefile deleted file mode 100644 index 480b604c095e..000000000000 --- a/net-im/biboumi/files/patch-doc_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.orig 2020-10-24 17:19:42 UTC -+++ doc/Makefile -@@ -16,5 +16,5 @@ help: - - # Catch-all target: route all unknown targets to Sphinx using the new - # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). --%: Makefile -- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -\ No newline at end of file -+.DEFAULT: Makefile -+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/net-im/biboumi/files/pkg-message.in b/net-im/biboumi/files/pkg-message.in deleted file mode 100644 index 17cd62508abf..000000000000 --- a/net-im/biboumi/files/pkg-message.in +++ /dev/null @@ -1,5 +0,0 @@ -Regarding TLS connections to IRC servers, settings can be customized globally or -per server. This is done using policy txt files, examples can be found in -%%PREFIX%%/share/examples/biboumi/. - -ca_file (in biboumi.cfg) should be set to %%PREFIX%%/share/certs/ca-root-nss.crt |