diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
commit | 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f (patch) | |
tree | 2fcb7a6c8fd09bc0b639967f8bc88bcc777caaea /emulators/open-vm-tools | |
parent | 9de837d04395a0f80f7b2eb78d09de0c4dd344bb (diff) | |
download | ports-1d6b4b3f9145338f9413b8827d5fdb118ac9be1f.tar.gz ports-1d6b4b3f9145338f9413b8827d5fdb118ac9be1f.zip |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes
Notes:
svn path=/head/; revision=251553
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/files/vmware-guestd.sh.in | 2 | ||||
-rw-r--r-- | emulators/open-vm-tools/files/vmware-kmod.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/files/vmware-guestd.sh.in b/emulators/open-vm-tools/files/vmware-guestd.sh.in index 5176e77a247f..08b77e5e3bed 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.sh.in +++ b/emulators/open-vm-tools/files/vmware-guestd.sh.in @@ -7,7 +7,7 @@ # REQUIRE: DAEMON # BEFORE: LOGIN -. %%RC_SUBR%% +. /etc/rc.subr # Global checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null" diff --git a/emulators/open-vm-tools/files/vmware-kmod.sh.in b/emulators/open-vm-tools/files/vmware-kmod.sh.in index 68f6cd630296..323f804979d7 100644 --- a/emulators/open-vm-tools/files/vmware-kmod.sh.in +++ b/emulators/open-vm-tools/files/vmware-kmod.sh.in @@ -7,7 +7,7 @@ # REQUIRE: FILESYSTEMS # BEFORE: netif -. %%RC_SUBR%% +. /etc/rc.subr # Global checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null" |