[Glibc-bsd-commits] r6074 - trunk/kfreebsd-10/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Jun 11 21:55:45 UTC 2016


Author: stevenc-guest
Date: 2016-06-11 21:55:45 +0000 (Sat, 11 Jun 2016)
New Revision: 6074

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/kfreebsd-image.postinst.in
Log:
In postinst, call update-notifier/notify-reboot-required
(thanks, Jon Boden!)


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2016-06-10 00:13:13 UTC (rev 6073)
+++ trunk/kfreebsd-10/debian/changelog	2016-06-11 21:55:45 UTC (rev 6074)
@@ -1,3 +1,10 @@
+kfreebsd-10 (10.3~svn300087-2) UNRELEASED; urgency=medium
+
+  * In postinst, call update-notifier/notify-reboot-required
+    (thanks, Jon Boden!)
+
+ -- Steven Chamberlain <steven at pyro.eu.org>  Sat, 11 Jun 2016 22:49:05 +0100
+
 kfreebsd-10 (10.3~svn300087-1) unstable; urgency=medium
 
   * Upload to unstable

Modified: trunk/kfreebsd-10/debian/kfreebsd-image.postinst.in
===================================================================
--- trunk/kfreebsd-10/debian/kfreebsd-image.postinst.in	2016-06-10 00:13:13 UTC (rev 6073)
+++ trunk/kfreebsd-10/debian/kfreebsd-image.postinst.in	2016-06-11 21:55:45 UTC (rev 6074)
@@ -45,6 +45,11 @@
                 --arg=/boot/kfreebsd-$RELEASE.gz \
                 /etc/kernel/postinst.d
         fi
+
+        # Notify that a reboot is required
+        if [ -x "/usr/share/update-notifier/notify-reboot-required" ] ; then
+            /usr/share/update-notifier/notify-reboot-required
+        fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the Glibc-bsd-commits mailing list