diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/pcal/PLIST | 4 | ||||
-rw-r--r-- | time/plan/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/time/pcal/PLIST b/time/pcal/PLIST index 1eb92a38a6b..c00190599bb 100644 --- a/time/pcal/PLIST +++ b/time/pcal/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:01 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:46 tron Exp $ bin/pcal libexec/cgi-bin/pcal.cgi man/man1/pcal.1 share/doc/ReadMe.pcal share/httpd/htdocs/pcal.html share/httpd/htdocs/pcalw.html -@unexec ${RMDIR} -p %D/share/httpd/htdocs 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/httpd/htdocs 2>/dev/null || ${TRUE} diff --git a/time/plan/PLIST b/time/plan/PLIST index f6cde288acb..c3052c59bd2 100644 --- a/time/plan/PLIST +++ b/time/plan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/08/25 21:51:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:46 tron Exp $ bin/plan libexec/plan/pland libexec/plan/notifier @@ -6,7 +6,7 @@ libexec/plan/netplan libexec/plan/plan_cal.ps @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 +@unexec ${RMDIR} %D/libexec/plan 2>/dev/null || ${TRUE} man/man1/plan.1 man/man1/netplan.1 man/man4/plan.4 |