From owner-freebsd-ports Tue Dec 31 8: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2489F37B401 for ; Tue, 31 Dec 2002 08:00:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67BC043ED4 for ; Tue, 31 Dec 2002 08:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBVG0JNS039425 for ; Tue, 31 Dec 2002 08:00:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBVG0JIW039424; Tue, 31 Dec 2002 08:00:19 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06B037B401; Tue, 31 Dec 2002 07:57:11 -0800 (PST) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D174B43ED1; Tue, 31 Dec 2002 07:57:10 -0800 (PST) (envelope-from bz@zabbadoz.net) Received: from localhost (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 43CA61FFF57; Tue, 31 Dec 2002 16:56:54 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 6B4E81FFF48; Tue, 31 Dec 2002 16:56:53 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 860FB15343; Tue, 31 Dec 2002 15:49:56 +0000 (UTC) Message-Id: <20021231154956.860FB15343@mail.int.zabbadoz.net> Date: Tue, 31 Dec 2002 15:49:56 +0000 (UTC) From: "Bjoern A.Zeeb" Reply-To: "Bjoern A.Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org Cc: bzeeb+freebsdports@zabbadoz.net, dwcjr@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46655: net/samba beauty fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46655 >Category: ports >Synopsis: net/samba beauty fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 31 08:00:18 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 4.7-STABLE i386 >Organization: Zabbadoz.NeT >Environment: System: FreeBSD e0-0.zab2.int.zabbadoz.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Dec 27 22:08:07 UTC 2002 bz@e0-0.zab2.int.zabbadoz.net:/export/src/src/obj/export/src/src/RELENG_4/src/sys/ZAB2-2002122701 i386 >Description: on deinstall two directories are left on system >How-To-Repeat: >Fix: remove them if empty --- net/samba/pkg-plist.orig Tue Dec 31 11:54:45 2002 +++ net/samba/pkg-plist Tue Dec 31 11:53:38 2002 @@ -246,6 +246,8 @@ share/examples/samba/VFS/configure share/examples/samba/VFS/configure.in @exec /bin/mkdir -p %D/VFS/recycle +@unexec rmdir %D/VFS/recycle 2>/dev/null || true +@unexec rmdir %D/VFS 2>/dev/null || true share/examples/samba/appliance/Makefile share/examples/samba/appliance/README share/examples/samba/appliance/appliance.spec >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message