diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /news | |
parent | 57b861d2e101c9a13115d231f46b57c51e9caa28 (diff) | |
download | pkgsrc-ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef.tar.gz |
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!
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/PLIST | 4 | ||||
-rw-r--r-- | news/nntpcache/PLIST | 6 | ||||
-rw-r--r-- | news/nntpclnt/PLIST | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/news/inn/PLIST b/news/inn/PLIST index cf5231ff295..1e6794d53ff 100644 --- a/news/inn/PLIST +++ b/news/inn/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:55 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:53 seb Exp $ bin/inews -@exec ${MKDIR} -p %D/etc/nntp +@exec ${MKDIR} %D/etc/nntp @unexec ${RM} -rf %D/etc/nntp etc/rc.d/innd inn/bin/actmerge diff --git a/news/nntpcache/PLIST b/news/nntpcache/PLIST index d95e4daec24..5607d0e36cc 100644 --- a/news/nntpcache/PLIST +++ b/news/nntpcache/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/04/06 19:43:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/06/26 10:29:53 seb Exp $ etc/nntpcache/VERSION etc/nntpcache/innreport.conf-dist etc/nntpcache/innreport.pl @@ -18,7 +18,7 @@ etc/nntpcache/spam.filter etc/nntpcache/http/index.html etc/nntpcache/http/moose.gif etc/nntpcache/http/nntpcache.jpg -@exec ${MKDIR} -p %D/etc/nntpcache/http/innreport/pics +@exec ${MKDIR} %D/etc/nntpcache/http/innreport/pics @exec ${CHOWN} -R news:news %D/etc/nntpcache @exec ${CHMOD} 700 %D/etc/nntpcache @unexec ${RMDIR} -p %D/etc/nntpcache/http/innreport/pics 2>/dev/null || true @@ -34,7 +34,7 @@ libexec/nntpcache.gdb man/man8/newshound.8 man/man8/nntpcached.8 @unexec ${RMDIR} etc/nntpcache 2>/dev/null || true -@exec ${MKDIR} -p /var/spool/nntpcache +@exec ${MKDIR} /var/spool/nntpcache @exec cp %D/etc/nntpcache/VERSION /var/spool/nntpcache/VERSION @exec ${CHOWN} -R news:news /var/spool/nntpcache @exec ${CHMOD} 700 /var/spool/nntpcache diff --git a/news/nntpclnt/PLIST b/news/nntpclnt/PLIST index f8ab54d21e3..fcdfcb508ab 100644 --- a/news/nntpclnt/PLIST +++ b/news/nntpclnt/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:56 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:53 seb Exp $ bin/inews include/nntp.h lib/libnntpclnt.a -@exec ${MKDIR} -p %D/etc/nntp +@exec ${MKDIR} %D/etc/nntp @unexec ${RM} -f %D/etc/nntp/domainname @unexec ${RM} -f %D/etc/nntp/server @unexec ${RM} -f %D/etc/nntp/server.auth |