FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 3:00 AM BST
non port: emulators/vmware-guestd4/files/vmware-guestd.sh
CVSWeb

Number of commits found: 6

Wed, 31 May 2006
[ 06:28 matusita ] Original commit 
1.24 emulators/vmware-guestd4/Makefile
1.32 emulators/vmware-guestd5/Makefile
1.6 emulators/vmware-guestd4/pkg-plist
1.10 emulators/vmware-guestd5/pkg-plist
1.8 emulators/vmware-guestd4/files/vmware-guestd.sh
1.10 emulators/vmware-guestd5/files/vmware-guestd.sh
Follow the new world order: use 'USE_RC_ORDER=file.sh' feature.
        - repocopy vmware-guestd.sh to vmware-guestd.sh.in (by portmgr)
        - remove vmware-guestd.sh
        - remove vmware-guestd.sh entry from pkg-plist
        - update Makefile

It is intensional that I do NOT bump PORTREVISION by this commit, since
any executable is not changed, and startup script itself is also NOT
changed, only the filename is changed.  I do not want to bother users
to update their port by this non-functional change.

If you have any reasonable reason to bump PORTREVISION, let me know, and
I'll update the version asap.
Mon, 20 Feb 2006
[ 20:47 dougb ] Original commit 
1.2 sysutils/3dm/files/3dm2.sh.in
1.2 security/amavisd-new/files/amavis-milter.sh.in
1.5 security/amavisd/files/amavisd-milter.sh
1.5 security/amavisd-milter/files/amavisd-milter.sh.in
1.6 security/amavisd/files/amavisd.sh
1.3 security/amavisd-new/files/amavisd.sh.in
1.2 www/amphetadesk/files/amphetadesk.sh
1.2 net-p2p/amule2/files/amuled.sh
1.4 www/aolserver/files/aolserver.sh.in
1.6 www/apache13+ipv6/files/apache.sh

(Only the first 10 of 267 ports in this commit are shown above. View all ports for this commit)
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Sun, 6 Feb 2005
[ 14:04 sobomax ] Original commit 
1.20 emulators/vmware-guestd4/Makefile
1.4 emulators/vmware-guestd4/pkg-plist
1.6 emulators/vmware-guestd4/files/vmware-guestd.sh
o Make sure that /etc/vmware-tools is created as symlink pointing out to
  ${PREFIX}/share/vmware-tools. And create three symlinks to true(1) there
  (poweroff-vm-default, poweron-vm-default, suspend-vm-default), which makes
  it possible to shutdown or reboot guest FreeBSD system cleanly at the request
  of the host. vmware-guestd expects those binaries/scripts to be present.

o Use `shutdown -p now' instead of `shutdown -h now', which in the case of
  vmware allows to avoid spinning host CPU after shutdown.

o Patch vmware-checkvm, so that it traps proper signal (SIGBUS not SIGSEGV).
  Apparently checkvm utility have not been tested on FreeBSD (apart from the
  fact that it compiles).

Bump PORTREVISION.
Sun, 21 Mar 2004
[ 03:12 matusita ] Original commit 
1.16 emulators/vmware-guestd4/Makefile
1.5 emulators/vmware-guestd4/files/vmware-guestd.sh
Kill Linux-guest specific bogus messages by vmware-guestd.

In fact, the message was killed in old startup script.  While converting
to the script for RCng era, I just forget to do that.  I don't know that
"command_args" variable is ok in this case , but /etc/rc.d/ipxrouted
and /etc/rc.d/ntpdate already did it so it seems there's no problem.

Since the script is changed, bump PORTREVISION.

Noticed by: Alan Barber <abarber _at_ alanbarber.org>
Pointy hat to: matusita
Tue, 16 Mar 2004
[ 15:37 matusita ] Original commit 
1.15 emulators/vmware-guestd4/Makefile
1.3 emulators/vmware-guestd4/pkg-plist
1.2 emulators/vmware-guestd4/pkg-plist.tools
1.3 emulators/vmware-guestd4/files/vmware-guest_kmod.sh
1.4 emulators/vmware-guestd4/files/vmware-guestd.sh
Update to 4.5.1 build 7568, with lots of cleanup.

- USE_RC_SUBR.  Inspired by ports/net/dtcpclient (thanks ume-san).
        Since now, loading kernel modules and/or start vmware-guestd can
        be tweaked via following rc.conf variables:
                * vmware_guestd_enable (default to YES)
                * vmware_guest_kmod_enable (default to NO)
        vmware-guest_kmod.sh is removed; both are handled by a single
        shell script, vmware-guestd.sh.
- Bulid kernel module iff kernel source files are available.
        This check is just a static checking of /usr/src/sys/Makefile.
        It would be even better that '/usr/src' can be changed to other
        place, but I believe that most user puts a source code under /usr/src,
        or other places and set a symlink to there.  If it hits you badly,
        I'm willing to apply your patch to fix(?) it.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 24 Jul 2003
[ 15:34 matusita ] Original commit 
1.13 emulators/linux-vmware-toolbox4/Makefile
1.12 emulators/vmware-guestd4/Makefile
1.13 emulators/vmware-tools4/Makefile
1.1 emulators/vmware-guestd4/distinfo
1.2 emulators/vmware-guestd4/pkg-descr
1.4 emulators/vmware-tools4/pkg-descr
1.1 emulators/vmware-guestd4/pkg-descr.tools
1.2 emulators/vmware-guestd4/pkg-plist
1.3 emulators/vmware-tools4/pkg-plist
1.1 emulators/vmware-guestd4/pkg-plist.tools

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update VMware Tools for 4.0.1 build-5289, the latest version of VMware
Workstation.

This commit makes vmware-tools4 a slave port of vmware-guestd4, since
both are made from the same tarball, and it would be easy to maintain.
Vmware-guestd4 also installs a kernel module named vmmemctl; you may
want to kldload(8) it with a shell script under rc.d/ directory.

VMware Workstation 4.0.1 does fix "jumping the pointer" bug (yeah, thanks
VMware developer team).  This means that you do not have to install
linux-vmware-toolbox4.  However, it can be used as it should be, I
do not disable and/or remove this port.

Number of commits found: 6

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.068 seconds.