- Fix pkg-plist to delete directories installed out of PREFIX (on /var) How-To-Repeat: - Install www/oops and then deinstall it; notice that /var/log/oops and /var/run/oops directories are not cleaned up. This is because the @dirrmtry macro prepends PREFIX to its arguments; therefore, we need to reset PREFIX to '/' with @cwd for the @dirrmtry macro to work properly towards the end of the pkg-plist.
Responsible Changed From-To: freebsd-ports-bugs->marck Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: marck->freebsd-ports-bugs Maintainer approval, please commit.
Responsible Changed From-To: freebsd-ports-bugs->sahil take
sahil 2010-05-17 02:30:22 UTC FreeBSD ports repository Modified files: www/oops pkg-plist Log: - Fix pkg-plist to delete directories installed out of PREFIX (on /var) PR: ports/145743 Submitted by: sahil@ (myself) Approved by: marck@ (maintainer), itetcu@ (mentor) Revision Changes Path 1.11 +1 -0 ports/www/oops/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!