diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | 59905a4bc33bd3b4c234a55a966245b4d7bb2d6a (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /news/nntpcache | |
parent | 4f56bddb9eca6d87d2d6aeeb6e1396f99811c647 (diff) | |
download | pkgsrc-59905a4bc33bd3b4c234a55a966245b4d7bb2d6a.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/nntpcache')
-rw-r--r-- | news/nntpcache/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
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 |