Fix rc.d script installation, and actually commit the plist change.
Reported by: David J Brooks <daeg@houston.rr.com>
This commit is contained in:
parent
b86c9d3018
commit
2223a38f50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168830
2 changed files with 0 additions and 3 deletions
|
@ -93,8 +93,6 @@ post-install:
|
|||
@${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \
|
||||
${PREFIX}/bin/test_parse_mtab \
|
||||
${PREFIX}/bin/afpd-mtab.pl ${PREFIX}/etc/netatalk.conf.dist
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netatalk.sh \
|
||||
${PREFIX}/etc/rc.d/netatalk.sh
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \
|
||||
${PREFIX}/bin/macusers
|
||||
.for i in ${FILES}
|
||||
|
|
|
@ -56,7 +56,6 @@ etc/atalkd.conf.dist
|
|||
@unexec if cmp -s %D/etc/papd.conf %D/etc/papd.conf.dist; then rm -f %D/etc/papd.conf; fi
|
||||
etc/papd.conf.dist
|
||||
@exec [ ! -f %B/papd.conf ] && cp %B/%f %B/papd.conf
|
||||
etc/rc.d/netatalk.sh
|
||||
etc/uams/uams_clrtxt.so
|
||||
etc/uams/uams_dhx.so
|
||||
%%NETATALKPAM%%etc/uams/uams_dhx_pam.a
|
||||
|
|
Loading…
Reference in a new issue