diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-28 14:25:44 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-28 14:25:44 +0800 |
commit | 00887d5c4eee4c1733272c8f07ff1eb6c5586e82 (patch) | |
tree | 916c6c9569b3c7919bcab6b6a0aa46fd8bad5c85 /emulators/vmware2 | |
parent | 856f5f9175ae6059514c8fc78836c42f1a73666d (diff) | |
download | freebsd-ports-gnome-00887d5c4eee4c1733272c8f07ff1eb6c5586e82.tar.gz freebsd-ports-gnome-00887d5c4eee4c1733272c8f07ff1eb6c5586e82.tar.zst freebsd-ports-gnome-00887d5c4eee4c1733272c8f07ff1eb6c5586e82.zip |
Add CVS tags to the files that could tolerate them.
Diffstat (limited to 'emulators/vmware2')
-rw-r--r-- | emulators/vmware2/files/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware2/files/README.FreeBSD | 1 | ||||
-rw-r--r-- | emulators/vmware2/files/df | 3 | ||||
-rw-r--r-- | emulators/vmware2/files/vmware.sh | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/vmware2/files/Makefile b/emulators/vmware2/files/Makefile index 24156b4e18e7..32991c325976 100644 --- a/emulators/vmware2/files/Makefile +++ b/emulators/vmware2/files/Makefile @@ -1,3 +1,5 @@ +# $FreeBSD$ + SUBDIR= vmmon-only vmnet-only/freebsd .include <bsd.subdir.mk> diff --git a/emulators/vmware2/files/README.FreeBSD b/emulators/vmware2/files/README.FreeBSD index cccfca7a024b..08ccb3434c55 100644 --- a/emulators/vmware2/files/README.FreeBSD +++ b/emulators/vmware2/files/README.FreeBSD @@ -1,5 +1,6 @@ VMware 1.1 for Linux on FreeBSD. $Date: 1999/12/17 00:36:01 $ +$FreeBSD$ Introduction. diff --git a/emulators/vmware2/files/df b/emulators/vmware2/files/df index a0911b35c432..b9db0532e013 100644 --- a/emulators/vmware2/files/df +++ b/emulators/vmware2/files/df @@ -2,6 +2,9 @@ # Hacky emulation of GNU df. # Intented to use with vmware wizard. # Depend from the _absence_ linux version perl in the dir /compat/linux/usr/bin/ +# +# $FreeBSD$ +# @NARGV=('-n'); $type=0; foreach (@ARGV) { diff --git a/emulators/vmware2/files/vmware.sh b/emulators/vmware2/files/vmware.sh index e9173c8fc87a..6b426b64d654 100644 --- a/emulators/vmware2/files/vmware.sh +++ b/emulators/vmware2/files/vmware.sh @@ -2,6 +2,8 @@ # # Start or stop vmware # +# $FreeBSD$ +# vmware_dir=@@PREFIX@@/lib/vmware networking=@@NETWORKING@@ |