svn commit: r552879 - in head/emulators/open-vm-tools: . files

Josh Paetzel jpaetzel at FreeBSD.org
Wed Oct 21 18:47:29 UTC 2020


Author: jpaetzel
Date: Wed Oct 21 18:47:28 2020
New Revision: 552879
URL: https://svnweb.freebsd.org/changeset/ports/552879

Log:
  Fix an issue where the rc.d script can error out because it was run before ldconfig
  
  PR:	250407
  Submitted by:	dim
  Sponsored by:	Panzura

Modified:
  head/emulators/open-vm-tools/Makefile
  head/emulators/open-vm-tools/files/vmware-guestd.in

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Wed Oct 21 18:46:25 2020	(r552878)
+++ head/emulators/open-vm-tools/Makefile	Wed Oct 21 18:47:28 2020	(r552879)
@@ -4,6 +4,7 @@
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
 DISTVERSIONPREFIX=	stable-
+PORTREVISION=		1
 PORTEPOCH=		2
 CATEGORIES=		emulators
 

Modified: head/emulators/open-vm-tools/files/vmware-guestd.in
==============================================================================
--- head/emulators/open-vm-tools/files/vmware-guestd.in	Wed Oct 21 18:46:25 2020	(r552878)
+++ head/emulators/open-vm-tools/files/vmware-guestd.in	Wed Oct 21 18:47:28 2020	(r552879)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: vmware-guestd
-# REQUIRE: FILESYSTEMS
+# REQUIRE: FILESYSTEMS ldconfig
 # BEFORE: LOGIN
 
 # Add these lines to /etc/rc.conf.local or /etc/rc.conf


More information about the svn-ports-head mailing list