summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit9318fdcbb3d311fce5ceea096539c3c71b45b48b (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /news
parentc628a4157b502d7196062bd115d480140eb3c027 (diff)
downloadpkgsrc-9318fdcbb3d311fce5ceea096539c3c71b45b48b.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'news')
-rw-r--r--news/inn/PLIST6
-rw-r--r--news/nntpcache/PLIST20
-rw-r--r--news/nntpclnt/PLIST10
3 files changed, 18 insertions, 18 deletions
diff --git a/news/inn/PLIST b/news/inn/PLIST
index 326afb65d5f..cf5231ff295 100644
--- a/news/inn/PLIST
+++ b/news/inn/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:03:42 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:55 skrll Exp $
bin/inews
-@exec mkdir -p %D/etc/nntp
-@unexec rm -rf %D/etc/nntp
+@exec ${MKDIR} -p %D/etc/nntp
+@unexec ${RM} -rf %D/etc/nntp
etc/rc.d/innd
inn/bin/actmerge
inn/bin/actsync
diff --git a/news/nntpcache/PLIST b/news/nntpcache/PLIST
index 226ae2b3b13..37e01ec6667 100644
--- a/news/nntpcache/PLIST
+++ b/news/nntpcache/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:03:47 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:56 skrll Exp $
etc/nntpcache/VERSION
etc/nntpcache/innreport.conf-dist
etc/nntpcache/innreport.pl
@@ -13,10 +13,10 @@ 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 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
+@exec ${MKDIR} -p %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
etc/rc.d/nntpcached
sbin/innreport.sh
sbin/newshound
@@ -26,12 +26,12 @@ libexec/nntpcache-gdb.sh
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
+@unexec ${RMDIR} etc/nntpcache 2>/dev/null || true
+@exec ${MKDIR} -p /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
-@unexec rm -rf /var/spool/nntpcache
+@exec ${CHOWN} -R news:news /var/spool/nntpcache
+@exec ${CHMOD} 700 /var/spool/nntpcache
+@unexec ${RM} -rf /var/spool/nntpcache
share/doc/nntpcache/INSTALL
share/doc/nntpcache/README
share/doc/nntpcache/FAQ
diff --git a/news/nntpclnt/PLIST b/news/nntpclnt/PLIST
index d8e808f6220..f8ab54d21e3 100644
--- a/news/nntpclnt/PLIST
+++ b/news/nntpclnt/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:03:48 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:56 skrll Exp $
bin/inews
include/nntp.h
lib/libnntpclnt.a
-@exec mkdir -p %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
+@exec ${MKDIR} -p %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
@dirrm etc/nntp
man/man3/nntpclnt.3.gz