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 /emulators | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/plex86/PLIST | 6 | ||||
-rw-r--r-- | emulators/vmware-module/PLIST | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/plex86/PLIST b/emulators/plex86/PLIST index e6f7c0e815f..d203421d11f 100644 --- a/emulators/plex86/PLIST +++ b/emulators/plex86/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:37 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:20 tron Exp $ bin/plex86 bin/plex86_reset lib/X11/fonts/local/vga.pcf.gz @@ -12,7 +12,7 @@ lib/plex86/bios/VGABIOS-elpin-2.40 lib/plex86/netbsd_post.sh lib/plex86/plugin-bochs.so lkm/plex86.o -@unexec ${RM} -f %D/lkm/plex86 2>/dev/null || true +@unexec ${RM} -f %D/lkm/plex86 2>/dev/null || ${TRUE} share/examples/plex86/freedos.conf share/examples/plex86/linuxhd.conf share/examples/plex86/msdos.conf @@ -22,4 +22,4 @@ share/examples/plex86/winnt.conf @dirrm lib/plex86/bios @dirrm lib/plex86 @dirrm share/examples/plex86 -@unexec ${RMDIR} %D/lkm 2>/dev/null || true +@unexec ${RMDIR} %D/lkm 2>/dev/null || ${TRUE} diff --git a/emulators/vmware-module/PLIST b/emulators/vmware-module/PLIST index 5c3a60b821e..26786b8cf8c 100644 --- a/emulators/vmware-module/PLIST +++ b/emulators/vmware-module/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:37 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:21 tron Exp $ etc/rc.conf.d/linuxrtc etc/rc.conf.d/vmmon etc/rc.conf.d/vmnet @@ -15,7 +15,7 @@ lkm/linuxrtc_post.sh lkm/vmmon.o lkm/vmmon_post.sh @dirrm etc/rc.conf.d -@unexec ${RM} -f %D/lkm/if_hub. 2>/dev/null || true -@unexec ${RM} -f %D/lkm/linuxrtc 2>/dev/null || true -@unexec ${RM} -f %D/lkm/vmmon 2>/dev/null || true -@unexec ${RMDIR} %D/lkm 2>/dev/null || true +@unexec ${RM} -f %D/lkm/if_hub. 2>/dev/null || ${TRUE} +@unexec ${RM} -f %D/lkm/linuxrtc 2>/dev/null || ${TRUE} +@unexec ${RM} -f %D/lkm/vmmon 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/lkm 2>/dev/null || ${TRUE} |