[Midnightbsd-cvs] src [7323] trunk/UPDATING: document libmport changes
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 26 14:24:49 EDT 2015
Revision: 7323
http://svnweb.midnightbsd.org/src/?rev=7323
Author: laffer1
Date: 2015-09-26 14:24:48 -0400 (Sat, 26 Sep 2015)
Log Message:
-----------
document libmport changes
Modified Paths:
--------------
trunk/UPDATING
Modified: trunk/UPDATING
===================================================================
--- trunk/UPDATING 2015-09-26 18:17:38 UTC (rev 7322)
+++ trunk/UPDATING 2015-09-26 18:24:48 UTC (rev 7323)
@@ -1,5 +1,18 @@
Updating Information for MidnightBSD users.
+20150926:
+ libmport now supports @preexec, @postexec, @preunexec and @postunexec
+ to replace @exec and @unexec.
+
+ pre exec runs afer pre-install scripts but before actual installation
+
+ post exec runs after install but before post install scripts and
+ pkg message.
+
+ pre unexec runs before pre uninstall scripts
+
+ post unexec runs before de-install scripts and after file removal.
+
20150917:
Fix kqueue write events for files > 2GB
More information about the Midnightbsd-cvs
mailing list