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)
5. Diff is against -current (thanks, Daniel).

-- 
Jim Lippard        lippard-open...@discord.org       http://www.discord.org/
GPG Key ID: 0xF8D42CFE

? mail/opendkim/pkg/opendkim.rc
Index: infrastructure/db/user.list
===================================================================
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.328
diff -r1.328 user.list
332a333
> 822 _opendkim           _opendkim       mail/opendkim
Index: mail/opendkim/Makefile
===================================================================
RCS file: /cvs/ports/mail/opendkim/Makefile,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 Makefile
6a7,8
> REVISION=     0
> 
21a24,25
> EXAMPLESDIR=  share/examples/opendkim
> 
25a30,33
> 
> pre-install:
>       ${INSTALL_DATA_DIR} ${PREFIX}/${EXAMPLESDIR}
>       ${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample 
> ${PREFIX}/${EXAMPLESDIR}
Index: mail/opendkim/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/opendkim/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 PLIST
1a2,3
> @newgroup _opendkim:822
> @newuser _opendkim:822:_opendkim:daemon:opendkim 
> Account:/nonexistent:/sbin/nologin
160a163,166
> 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

Reply via email to