mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
mail/spampd: drop user_dir patch and maintainership
PR: 259226
This commit is contained in:
parent
a354a80092
commit
a455f124cf
2 changed files with 2 additions and 11 deletions
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
PORTNAME= spampd
|
PORTNAME= spampd
|
||||||
PORTVERSION= 2.61
|
PORTVERSION= 2.61
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
|
|
||||||
MAINTAINER= des@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Spamassassin SMTP Proxy
|
COMMENT= Spamassassin SMTP Proxy
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- spampd.pl.orig 2021-09-28 04:11:50 UTC
|
|
||||||
+++ spampd.pl
|
|
||||||
@@ -470,6 +470,7 @@ sub new {
|
|
||||||
userstate_dir =>
|
|
||||||
'/var/spool/spamassassin/spampd', # home directory for SA files and plugins (--homedir option)
|
|
||||||
home_dir_for_helpers => '', # this will be set to the same as userstate_dir once options are parsed
|
|
||||||
+ user_dir => (getpwnam($user))[7],
|
|
||||||
username => '', # this will be set to the same user as we're running as once options are parsed
|
|
||||||
userprefs_filename => undef, # add this config file for SA "user_prefs" settings (--saconfig option)
|
|
||||||
dont_copy_prefs => 1, # tell SA not to copy user pref file into its working dir
|
|
Loading…
Add table
Reference in a new issue