diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-28 06:25:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-28 06:25:44 +0000 |
commit | c237e54a44deb29791db6cb50709854520032265 (patch) | |
tree | b1b8e39dc863d0b6c066566e54c5d6cdc7973d75 /emulators/vmware/files | |
parent | Make this thing acutally portlint(1) and come close our Ports Collection (diff) |
Add CVS tags to the files that could tolerate them.
Notes
Notes:
svn path=/head/; revision=25152
Diffstat (limited to 'emulators/vmware/files')
-rw-r--r-- | emulators/vmware/files/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware/files/README.FreeBSD | 1 | ||||
-rw-r--r-- | emulators/vmware/files/df | 3 | ||||
-rw-r--r-- | emulators/vmware/files/vmware.sh | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/vmware/files/Makefile b/emulators/vmware/files/Makefile index 24156b4e18e7..32991c325976 100644 --- a/emulators/vmware/files/Makefile +++ b/emulators/vmware/files/Makefile @@ -1,3 +1,5 @@ +# $FreeBSD$ + SUBDIR= vmmon-only vmnet-only/freebsd .include <bsd.subdir.mk> diff --git a/emulators/vmware/files/README.FreeBSD b/emulators/vmware/files/README.FreeBSD index cccfca7a024b..08ccb3434c55 100644 --- a/emulators/vmware/files/README.FreeBSD +++ b/emulators/vmware/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/vmware/files/df b/emulators/vmware/files/df index a0911b35c432..b9db0532e013 100644 --- a/emulators/vmware/files/df +++ b/emulators/vmware/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/vmware/files/vmware.sh b/emulators/vmware/files/vmware.sh index e9173c8fc87a..6b426b64d654 100644 --- a/emulators/vmware/files/vmware.sh +++ b/emulators/vmware/files/vmware.sh @@ -2,6 +2,8 @@ # # Start or stop vmware # +# $FreeBSD$ +# vmware_dir=@@PREFIX@@/lib/vmware networking=@@NETWORKING@@ |