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 /net/snort | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/PLIST b/net/snort/PLIST index 5fe2b5bfbd5..61e5497d39e 100644 --- a/net/snort/PLIST +++ b/net/snort/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/10/13 04:42:12 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/12/09 16:01:36 tron Exp $ bin/snort etc/snort/SnortCommonMIB.txt etc/snort/SnortIDAlertMIB.txt @@ -78,4 +78,4 @@ share/snort/rules/x11.rules @dirrm share/doc/snort @dirrm etc/snort @exec install -d -m 700 -o root -g wheel /var/log/snort -@unexec ${RMDIR} /var/log/snort 2>/dev/null || true +@unexec ${RMDIR} /var/log/snort 2>/dev/null || ${TRUE} |