diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /net/snort | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.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} |