diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
commit | a42adeafddb5ee0800e2a4ad921e9b99dbc2d180 (patch) | |
tree | cfa57a0ecc4bdd1a86f8c19600edbf749c699c6c /emulators/vmware/pkg-message | |
parent | upgrade: 2.15->2.16 (diff) |
Style fix:
- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
Notes
Notes:
svn path=/head/; revision=27329
Diffstat (limited to 'emulators/vmware/pkg-message')
-rw-r--r-- | emulators/vmware/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware/pkg-message b/emulators/vmware/pkg-message index f20a0c372f92..92a6bfbff485 100644 --- a/emulators/vmware/pkg-message +++ b/emulators/vmware/pkg-message @@ -8,7 +8,7 @@ and you can play with VMware after the next boot. Or hit the following commands to play now. :) /sbin/mount_linprocfs linproc /compat/linux/proc - /usr/local/etc/rc.d/vmware.sh start + ${PREFIX}/etc/rc.d/vmware.sh start Also, consider making a link /compat/linux/tmp if your /tmp doesn't have sufficient free space or is slow. VMware uses |