From db84442a67c872c4802e8b37a88f71a84050f97a Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 26 Jun 2002 10:29:33 +0000 Subject: Substitute a couple of `mkdir' by `${MKDIR}'. 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! --- mail/mailwrapper/PLIST | 4 ++-- mail/popa3d/PLIST | 4 ++-- mail/postfix/PLIST | 4 ++-- mail/xmailbox/PLIST | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/mailwrapper/PLIST b/mail/mailwrapper/PLIST index c1e3efdb7e1..e463309880d 100644 --- a/mail/mailwrapper/PLIST +++ b/mail/mailwrapper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:47 skrll Exp $ +@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 @@ -6,7 +6,7 @@ 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} /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 diff --git a/mail/popa3d/PLIST b/mail/popa3d/PLIST index 84165a4e0f4..5f5913d459f 100644 --- a/mail/popa3d/PLIST +++ b/mail/popa3d/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:48 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:47 seb Exp $ libexec/popa3d man/man8/popa3d.8 share/doc/popa3d/DESIGN @@ -6,5 +6,5 @@ share/doc/popa3d/INSTALL share/doc/popa3d/LICENSE @dirrm share/doc/popa3d @comment empty dir to chroot to -@exec ${MKDIR} -p %D/share/empty +@exec ${MKDIR} %D/share/empty @dirrm share/empty diff --git a/mail/postfix/PLIST b/mail/postfix/PLIST index e04928832b2..8e7b2f65f96 100644 --- a/mail/postfix/PLIST +++ b/mail/postfix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/03/06 15:07:54 martti Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:48 seb Exp $ bin/mailq bin/newaliases etc/mailer.conf.postfix @@ -124,7 +124,7 @@ share/postfix/sample-smtp.cf share/postfix/sample-smtpd.cf share/postfix/sample-transport.cf share/postfix/sample-virtual.cf -@exec ${MKDIR} -p /etc/postfix +@exec ${MKDIR} /etc/postfix @exec if [ ! -f /etc/postfix/main.cf ]; then cp %D/share/postfix/main.cf /etc/postfix ; fi @exec if [ ! -f /etc/postfix/master.cf ]; then cp %D/share/postfix/master.cf /etc/postfix ; fi @exec if [ ! -d /var/spool/postfix ]; then ${MKDIR} /var/spool/postfix; ${CHMOD} 755 /var/spool/postfix ; fi diff --git a/mail/xmailbox/PLIST b/mail/xmailbox/PLIST index f288191e498..9d83a324a88 100644 --- a/mail/xmailbox/PLIST +++ b/mail/xmailbox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:48 seb Exp $ bin/xmailbox lib/X11/app-defaults/XMailbox share/xmailbox/0xmail1.xpm @@ -10,5 +10,5 @@ share/xmailbox/5xmail1.xpm share/xmailbox/xmail1.xpm share/xmailbox/xnomail1.xpm man/cat1/xmailbox.0 -@exec ${MKDIR} -p %D/share/xmailbox +@exec ${MKDIR} %D/share/xmailbox @unexec ${RM} -rf %D/share/xmailbox -- cgit v1.2.3