From owner-svn-ports-all@FreeBSD.ORG Fri Oct 31 19:40:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F10E2C2F; Fri, 31 Oct 2014 19:40:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC5CB6E9; Fri, 31 Oct 2014 19:40:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VJepxP017556; Fri, 31 Oct 2014 19:40:51 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VJepPG017555; Fri, 31 Oct 2014 19:40:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410311940.s9VJepPG017555@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 Oct 2014 19:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371903 - head/emulators/open-vm-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 19:40:52 -0000 Author: bapt Date: Fri Oct 31 19:40:51 2014 New Revision: 371903 URL: https://svnweb.freebsd.org/changeset/ports/371903 QAT: https://qat.redports.org/buildarchive/r371903/ Log: Simplify plist Modified: head/emulators/open-vm-tools/pkg-plist Modified: head/emulators/open-vm-tools/pkg-plist ============================================================================== --- head/emulators/open-vm-tools/pkg-plist Fri Oct 31 19:39:19 2014 (r371902) +++ head/emulators/open-vm-tools/pkg-plist Fri Oct 31 19:40:51 2014 (r371903) @@ -36,7 +36,7 @@ include/vmGuestLib/includeCheck.h include/vmGuestLib/vmGuestLib.h include/vmGuestLib/vmSessionId.h include/vmGuestLib/vm_basic_types.h -@exec mkdir -p %D/lib/vmware-tools/modules/input +@dir lib/vmware-tools/modules/input sbin/mount_vmhgfs sbin/mount_vmblock %%X11%%bin/vmware-user-suid-wrapper @@ -54,6 +54,6 @@ share/vmware-tools/scripts/vmware/networ %%DATADIR%%/messages/ko/toolboxcmd.vmsg %%DATADIR%%/messages/ko/vmtoolsd.vmsg %%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg -@unexec if test -f %D/share/vmware-tools/tools.conf; then rm -f %D/share/vmware-tools/tools.conf; fi -@unexec if test -h %D/etc/vmware-tools/plugins; then rm -f %D/etc/vmware-tools/plugins; fi +@rmtry share/vmware-tools/tools.conf +@rmtry etc/vmware-tools/plugins etc/pam.d/vmtoolsd