diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /mail/mailwrapper/PLIST | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'mail/mailwrapper/PLIST')
-rw-r--r-- | mail/mailwrapper/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailwrapper/PLIST b/mail/mailwrapper/PLIST index f70d421246d..c1e3efdb7e1 100644 --- a/mail/mailwrapper/PLIST +++ b/mail/mailwrapper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:25 zuntum Exp $ +@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 @@ -6,13 +6,13 @@ 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 ${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 ${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 +@unexec ${RMDIR} /usr/libexec/sendmail |