diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /security/priv | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'security/priv')
-rw-r--r-- | security/priv/PLIST | 6 |
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} |