From 9318fdcbb3d311fce5ceea096539c3c71b45b48b Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- misc/jitterbug/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/jitterbug') diff --git a/misc/jitterbug/PLIST b/misc/jitterbug/PLIST index f7d285095ed..1c7b345c09f 100644 --- a/misc/jitterbug/PLIST +++ b/misc/jitterbug/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:05 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:52 skrll Exp $ @JB_USER@/config/footer.html @exec if [ ! -d %D/@JB_DATADIR@ ]; then ${MKDIR} -p %D/@JB_DATADIR@; fi @exec if [ ! -f %D/@JB_DATADIR@/footer.html ]; then /bin/cp -p %D/%F %D/@JB_DATADIR@/footer.html; fi @@ -40,7 +40,7 @@ etc/jitterbug/httpd.conf.add @dirrm @JB_USER@/@JB_PACKAGE@/bug_tracking @dirrm @JB_USER@/@JB_PACKAGE@ @JB_USER@/etc/jitterbug.auth -@exec /usr/sbin/chown -R @JB_USER@ %D/@JB_USER@ +@exec ${CHOWN} -R @JB_USER@ %D/@JB_USER@ @exec /usr/bin/chgrp -R @JB_GROUP@ %D/@JB_USER@ @dirrm @JB_USER@/config @dirrm @JB_USER@/etc -- cgit v1.2.3