diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /time/plan | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'time/plan')
-rw-r--r-- | time/plan/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/plan/PLIST b/time/plan/PLIST index defb64f1b28..156ab91f714 100644 --- a/time/plan/PLIST +++ b/time/plan/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:01 skrll 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 -@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 +@exec ${MKDIR} -p %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 man/man1/netplan.1 man/man4/plan.4 |