summaryrefslogtreecommitdiff
path: root/mail/mailwrapper
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
committertron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
commit39a943ad929276e9804df46db543ee340a5f286a (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /mail/mailwrapper
parentac47c1e51eb2ab1e65648547c30db8c139286600 (diff)
downloadpkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'mail/mailwrapper')
-rw-r--r--mail/mailwrapper/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailwrapper/PLIST b/mail/mailwrapper/PLIST
index e463309880d..c198ac39c57 100644
--- a/mail/mailwrapper/PLIST
+++ b/mail/mailwrapper/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:46 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:31 tron Exp $
etc/mailer.conf.default
@exec test -e /etc/mailer.conf || ln -sf %F /etc/mailer.conf
man/cat5/mailer.conf.0.gz
@@ -7,7 +7,7 @@ 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 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