From ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 26 Jun 2002 10:29:33 +0000 Subject: 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! --- time/plan/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time') diff --git a/time/plan/PLIST b/time/plan/PLIST index 156ab91f714..6640bf01191 100644 --- a/time/plan/PLIST +++ b/time/plan/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:01 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:03 seb Exp $ bin/plan libexec/plan/pland libexec/plan/notifier libexec/plan/netplan libexec/plan/plan_cal.ps -@exec ${MKDIR} -p %D/libexec/plan/netplan.dir && ${CHMOD} 700 %D/libexec/plan/netplan.dir && ${CHOWN} 32767:39 %D/libexec/plan/netplan.dir +@exec ${MKDIR} %D/libexec/plan/netplan.dir && ${CHMOD} 700 %D/libexec/plan/netplan.dir && ${CHOWN} 32767:39 %D/libexec/plan/netplan.dir @unexec ${RMDIR} %D/libexec/plan/netplan.dir 2>/dev/null || echo "==> %D/libexec/plan/netplan.dir not empty. You should remove it manually if it's no longer needed." @unexec ${RMDIR} %D/libexec/plan 2>/dev/null || true man/man1/plan.1 -- cgit v1.2.3