View | Details | Raw Unified | Return to bug 259226
Collapse All | Expand All

(-)b/mail/spampd/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	spampd
3
PORTNAME=	spampd
4
PORTVERSION=	2.61
4
PORTVERSION=	2.61
5
PORTREVISION=	1
5
CATEGORIES=	mail perl5
6
CATEGORIES=	mail perl5
6
7
7
MAINTAINER=	des@FreeBSD.org
8
MAINTAINER=	des@FreeBSD.org
(-)a/mail/spampd/files/patch-spampd.pl (-11 lines)
Removed Link Here
1
--- spampd.pl.orig	2021-09-28 04:11:50 UTC
2
+++ spampd.pl
3
@@ -470,6 +470,7 @@ sub new {
4
       userstate_dir        =>
5
         '/var/spool/spamassassin/spampd',         # home directory for SA files and plugins (--homedir option)
6
       home_dir_for_helpers => '',                 # this will be set to the same as userstate_dir once options are parsed
7
+      user_dir             => (getpwnam($user))[7],
8
       username             => '',                 # this will be set to the same user as we're running as once options are parsed
9
       userprefs_filename   => undef,              # add this config file for SA "user_prefs" settings (--saconfig option)
10
       dont_copy_prefs      => 1,                  # tell SA not to copy user pref file into its working dir
11
- 

Return to bug 259226