summaryrefslogtreecommitdiff
path: root/security/priv
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commit04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /security/priv
parentc04f6bcfb2c786201abd33ac5b817ec78540c618 (diff)
downloadpkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'security/priv')
-rw-r--r--security/priv/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/priv/PLIST b/security/priv/PLIST
index 90c526231df..8fce3e5ccfb 100644
--- a/security/priv/PLIST
+++ b/security/priv/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:01 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:42 tron Exp $
bin/priv
man/man1/priv.1
-@exec ${MKDIR} @PRIV_CONF_DIR@/priv || true
-@unexec ${RMDIR} @PRIV_CONF_DIR@/priv || true
+@exec ${MKDIR} @PRIV_CONF_DIR@/priv || ${TRUE}
+@unexec ${RMDIR} @PRIV_CONF_DIR@/priv || ${TRUE}