Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2002 15:49:56 +0000 (UTC)
From:      "Bjoern A.Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bzeeb+freebsdports@zabbadoz.net, dwcjr@FreeBSD.org
Subject:   ports/46655: net/samba beauty fix
Message-ID:  <20021231154956.860FB15343@mail.int.zabbadoz.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021231154956.860FB15343>