From 08bdd44549284c310d01f61b15936669a2f75753 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- mail/mailwrapper/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mailwrapper/PLIST') 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 || 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 -- cgit v1.2.3