From 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 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} --- sysutils/daemontools/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/daemontools') diff --git a/sysutils/daemontools/PLIST b/sysutils/daemontools/PLIST index a8c69df2263..a3cded121e6 100644 --- a/sysutils/daemontools/PLIST +++ b/sysutils/daemontools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:02 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:59 skrll Exp $ bin/envdir bin/envuidgid bin/fghack @@ -29,4 +29,4 @@ man/man8/tai64n.8 man/man8/tai64nlocal.8 share/examples/daemontools/svscan.sh.sample @dirrm share/examples/daemontools -@exec mkdir ${SERVICEDIR} || true +@exec ${MKDIR} ${SERVICEDIR} || true -- cgit v1.2.3