08bdd44549
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
18 lines
808 B
Text
18 lines
808 B
Text
@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:47 skrll Exp $
|
|
etc/mailer.conf.default
|
|
@exec test -e /etc/mailer.conf || ln -sf %F /etc/mailer.conf
|
|
man/cat5/mailer.conf.0.gz
|
|
man/cat8/mailwrapper.0.gz
|
|
man/man5/mailer.conf.5.gz
|
|
man/man8/mailwrapper.8.gz
|
|
sbin/mailwrapper
|
|
@exec ${MKDIR} -p /usr/libexec/sendmail
|
|
@exec mv -i /usr/sbin/sendmail /usr/libexec/sendmail </dev/null 2>/dev/null || true
|
|
@exec ln -fs %D/sbin/mailwrapper /usr/bin/mailq
|
|
@exec ln -fs %D/sbin/mailwrapper /usr/bin/newaliases
|
|
@exec ln -fs %D/sbin/mailwrapper /usr/sbin/sendmail
|
|
@unexec ${RM} /usr/bin/mailq /usr/bin/newaliases /usr/sbin/sendmail
|
|
@unexec mv /usr/libexec/sendmail/sendmail /usr/sbin/sendmail
|
|
@unexec ln /usr/sbin/sendmail /usr/bin/mailq
|
|
@unexec ln /usr/sbin/sendmail /usr/bin/newaliases
|
|
@unexec ${RMDIR} /usr/libexec/sendmail
|