diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-24 11:27:22 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-24 11:27:22 +0000 |
commit | 988501a1852fa051f2ac3b8766a5f192db0ecd26 (patch) | |
tree | a8d7d7649ffa79ac083660685561239ad16c93f4 /security/priv | |
parent | bd73a9440d41e6bfbf6328a0694b2bdac04b26ee (diff) | |
download | pkgsrc-988501a1852fa051f2ac3b8766a5f192db0ecd26.tar.gz |
${PKG_SYSCONFDIR} is created by INSTALL scripts via OWN_DIRS. No need to
run @exec mkdir/rmdir here.
Diffstat (limited to 'security/priv')
-rw-r--r-- | security/priv/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/priv/PLIST b/security/priv/PLIST index 8fce3e5ccfb..9bd6c898694 100644 --- a/security/priv/PLIST +++ b/security/priv/PLIST @@ -1,5 +1,3 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:42 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/05/24 11:27:22 uebayasi Exp $ bin/priv man/man1/priv.1 -@exec ${MKDIR} @PRIV_CONF_DIR@/priv || ${TRUE} -@unexec ${RMDIR} @PRIV_CONF_DIR@/priv || ${TRUE} |