svn commit: r318144 - head/sysutils/hal
Koop Mast
kwm at FreeBSD.org
Tue May 14 08:42:20 UTC 2013
Author: kwm
Date: Tue May 14 08:42:19 2013
New Revision: 318144
URL: http://svnweb.freebsd.org/changeset/ports/318144
Log:
Don't try to remove /var/cache it is part of /var mtree
Submitted by: poudriere -t
Modified:
head/sysutils/hal/pkg-plist (contents, props changed)
Modified: head/sysutils/hal/pkg-plist
==============================================================================
--- head/sysutils/hal/pkg-plist Tue May 14 08:38:47 2013 (r318143)
+++ head/sysutils/hal/pkg-plist Tue May 14 08:42:19 2013 (r318144)
@@ -126,6 +126,5 @@ share/PolicyKit/policy/org.freedesktop.h
@unexec rm -rf /var/run/hald/hald-runner 2>/dev/null || true
@unexec rmdir /var/run/hald 2>/dev/null || true
@unexec rmdir /var/cache/hald 2>/dev/null || true
- at unexec rmdir /var/cache 2>/dev/null || true
@unexec rmdir /var/lib/hal 2>/dev/null || true
@unexec rmdir /var/lib 2>/dev/null || true
More information about the svn-ports-all
mailing list