diff options
author | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
commit | 6c079cc33d2959ca60fb601b862509376108dc87 (patch) | |
tree | 5e9dacc356a8bee62052756ced27b76f7f54f583 /news | |
parent | a83af7bfaf45b47dde403a0b4366e9bc688c89ae (diff) | |
download | pkgsrc-6c079cc33d2959ca60fb601b862509376108dc87.tar.gz |
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/PLIST b/news/nntpcache/PLIST index 5607d0e36cc..71e91081984 100644 --- a/news/nntpcache/PLIST +++ b/news/nntpcache/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2002/06/26 10:29:53 seb Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/07/19 04:54:24 mycroft Exp $ etc/nntpcache/VERSION etc/nntpcache/innreport.conf-dist etc/nntpcache/innreport.pl @@ -33,7 +33,7 @@ libexec/nntpcache-gdb.sh libexec/nntpcache.gdb man/man8/newshound.8 man/man8/nntpcached.8 -@unexec ${RMDIR} etc/nntpcache 2>/dev/null || true +@unexec ${RMDIR} %D/etc/nntpcache 2>/dev/null || true @exec ${MKDIR} /var/spool/nntpcache @exec cp %D/etc/nntpcache/VERSION /var/spool/nntpcache/VERSION @exec ${CHOWN} -R news:news /var/spool/nntpcache |