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 | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit/PLIST | 4 | ||||
-rw-r--r-- | net/mirror/PLIST | 4 | ||||
-rw-r--r-- | net/radiusd-cistron/PLIST | 4 | ||||
-rw-r--r-- | net/snort/PLIST | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/ORBit/PLIST b/net/ORBit/PLIST index dd722c86e0d..fda6e37e54e 100644 --- a/net/ORBit/PLIST +++ b/net/ORBit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/02/18 15:14:35 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:35 tron Exp $ bin/libIDL-config bin/name-client bin/old-name-server @@ -107,7 +107,7 @@ share/idl/orbit-1.0/CosTypedEventComm.idl share/idl/orbit-1.0/LName.pidl @dirrm share/idl/orbit-1.0 @dirrm share/idl -@unexec ${RMDIR} %D/lib/pkgconfig 2>/dev/null || true +@unexec ${RMDIR} %D/lib/pkgconfig 2>/dev/null || ${TRUE} @dirrm include/orbit-1.0/orb @dirrm include/orbit-1.0/ORBitutil @dirrm include/orbit-1.0/ORBitservices diff --git a/net/mirror/PLIST b/net/mirror/PLIST index f09045bde65..c78ab63382c 100644 --- a/net/mirror/PLIST +++ b/net/mirror/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:54 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:35 tron Exp $ bin/mirror bin/do_unlinks bin/pkgs_to_mmin @@ -11,4 +11,4 @@ lib/mirror/ftp.pl lib/mirror/lsparse.pl lib/mirror/mirror.defaults.dist @exec if [ ! -f %D/lib/mirror/mirror.defaults ]; then cp -p %D/lib/mirror/mirror.defaults.dist %D/lib/mirror/mirror.defaults; fi -@unexec ${RMDIR} %D/lib/mirror 2>/dev/null || true +@unexec ${RMDIR} %D/lib/mirror 2>/dev/null || ${TRUE} diff --git a/net/radiusd-cistron/PLIST b/net/radiusd-cistron/PLIST index f1771d5e32a..19eb0146503 100644 --- a/net/radiusd-cistron/PLIST +++ b/net/radiusd-cistron/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/02/15 10:12:54 skrll Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:36 tron Exp $ bin/radclient bin/radlast bin/radtest @@ -53,7 +53,7 @@ share/doc/radiusd-cistron/README.simul share/doc/radiusd-cistron/README.tunnel share/doc/radiusd-cistron/README.usersfile @dirrm share/doc/radiusd-cistron -@unexec ${RMDIR} %D/etc/raddbr 2>/dev/null || true +@unexec ${RMDIR} %D/etc/raddbr 2>/dev/null || ${TRUE} @unexec ${RM} -f /var/log/radius.log @unexec ${RM} -f /var/run/radiusd.pid @unexec echo "Leaving /var/run/radutmp, /var/log/radwtmp and /var/log/radacct alone." 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} |