Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
18 lines
803 B
Text
18 lines
803 B
Text
@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:46 seb 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} /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
|