Diff attached which:
1. Updates Makefile REVISION.
2. Adds _opendkim user and group.
3. Puts sample config from distribution tarball into /etc and /usr/local/share
4. Adds opendkim.rc (submitted with cvs add, but I'm not sure I did it right
so it's also attached)
--
Jim Lippard [email protected] http://www.discord.org/
GPG Key ID: 0xF8D42CFE
? mail/opendkim/pkg/opendkim.rc
cvs server: Diffing infrastructure/db
Index: infrastructure/db/user.list
===================================================================
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.324
diff -u -r1.324 user.list
--- infrastructure/db/user.list 10 Sep 2018 06:25:52 -0000 1.324
+++ infrastructure/db/user.list 3 Nov 2018 15:16:54 -0000
@@ -327,3 +327,4 @@
816 _libpostal geo/libpostal
817 _netshot _netshot sysutils/netshot
818 _vnu _vnu www/vnu
+819 _opendkim _opendkim mail/opendkim
cvs server: Diffing mail/opendkim
Index: mail/opendkim/Makefile
===================================================================
RCS file: /cvs/ports/mail/opendkim/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- mail/opendkim/Makefile 22 Nov 2016 20:12:33 -0000 1.1.1.1
+++ mail/opendkim/Makefile 3 Nov 2018 15:16:54 -0000
@@ -4,6 +4,8 @@
DISTNAME= opendkim-2.10.3
+REVISION= 0
+
SHARED_LIBS += opendkim 0.0 # 10.3
CATEGORIES= mail
cvs server: Diffing mail/opendkim/pkg
Index: mail/opendkim/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/opendkim/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- mail/opendkim/pkg/PLIST 22 Nov 2016 20:12:33 -0000 1.1.1.1
+++ mail/opendkim/pkg/PLIST 3 Nov 2018 15:16:54 -0000
@@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/11/22 20:12:33 jca Exp $
+@newgroup _opendkim:819
+@newuser _opendkim:819:_opendkim:daemon:opendkim
Account:/nonexistent:/sbin/nologin
include/opendkim/
include/opendkim/dkim.h
lib/libopendkim.a
@@ -158,3 +160,7 @@
share/doc/opendkim/overview.html
share/doc/opendkim/repute.py
share/doc/opendkim/stats.lua
+share/examples/opendkim/
+share/examples/opendkim/opendkim.conf.sample
+@sample ${SYSCONFDIR}/opendkim.conf
+@rcscript ${RCDIR}/opendkim
#!/bin/ksh
#
daemon="${TRUEPREFIX}/sbin/opendkim"
daemon_flags="-x ${SYSCONFDIR}/opendkim.conf"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_cmd $1