pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/rspamd



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Apr 25 15:19:22 UTC 2024

Modified Files:
        pkgsrc/mail/rspamd: Makefile
        pkgsrc/mail/rspamd/files: rspamd.sh

Log Message:
mail/rspamd: allow rc.d script to reload

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/mail/rspamd/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/rspamd/files/rspamd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/rspamd/Makefile
diff -u pkgsrc/mail/rspamd/Makefile:1.103 pkgsrc/mail/rspamd/Makefile:1.104
--- pkgsrc/mail/rspamd/Makefile:1.103   Sun Mar  3 11:36:53 2024
+++ pkgsrc/mail/rspamd/Makefile Thu Apr 25 15:19:22 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.103 2024/03/03 11:36:53 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2024/04/25 15:19:22 taca Exp $
 
 DISTNAME=      rspamd-3.8.4
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rspamd/}
 

Index: pkgsrc/mail/rspamd/files/rspamd.sh
diff -u pkgsrc/mail/rspamd/files/rspamd.sh:1.2 pkgsrc/mail/rspamd/files/rspamd.sh:1.3
--- pkgsrc/mail/rspamd/files/rspamd.sh:1.2      Thu Feb  1 09:07:23 2018
+++ pkgsrc/mail/rspamd/files/rspamd.sh  Thu Apr 25 15:19:22 2024
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: rspamd.sh,v 1.2 2018/02/01 09:07:23 fhajny Exp $
+# $NetBSD: rspamd.sh,v 1.3 2024/04/25 15:19:22 taca Exp $
 #
 # PROVIDE: rspamd
 # REQUIRE: DAEMON
@@ -15,6 +15,7 @@ rcvar=$name
 command="@PREFIX@/bin/rspamd"
 pidfile="@VARBASE@/run/rspamd/${name}.pid"
 command_args="-u @RSPAMD_USER@ -g @RSPAMD_GROUP@ -c @PKG_SYSCONFDIR@/rspamd.conf"
+extra_commands="reload"
 required_files="@PKG_SYSCONFDIR@/rspamd.conf"
 start_precmd="rspamd_precmd"
 



Home | Main Index | Thread Index | Old Index