+update-motd (1.8) UNRELEASED; urgency=low
+
+ * update-motd: On disable, regenerate a motd that does not have the possibly
+ stale update-motd data in it.
+
+ -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 29 Sep 2008 10:34:55 -0500
+
update-motd (1.7) intrepid; urgency=low
* Packaging suggestions (LP: #271848)
"--disable"|"-d")
touch "$DISABLED"
echo "$NAME is now disabled." 1>&2
+ # Regenerate motd created at boot by
+ # /etc/init.d/bootmisc.sh
+ uname -snrvm > $REAL
+ [ -f $SKEL ] && cat $SKEL >> $REAL
exit 0
;;
"--enable"|"-e")