diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /emulators/vmware-module | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'emulators/vmware-module')
-rw-r--r-- | emulators/vmware-module/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/vmware-module/PLIST b/emulators/vmware-module/PLIST index bdeb1ab9fc2..5c3a60b821e 100644 --- a/emulators/vmware-module/PLIST +++ b/emulators/vmware-module/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:10 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:37 skrll 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 |