[23873] in Source-Commits
/svn/athena r23483 - trunk/debathena/config/linerva/debian
daemon@ATHENA.MIT.EDU (Gregory Nathan Price)
Sat Feb 28 17:03:36 2009
Date: Sat, 28 Feb 2009 17:02:52 -0500
From: Gregory Nathan Price <price@MIT.EDU>
Message-Id: <200902282202.n1SM2qNB022696@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: price
Date: 2009-02-28 17:02:52 -0500 (Sat, 28 Feb 2009)
New Revision: 23483
Modified:
trunk/debathena/config/linerva/debian/changelog
trunk/debathena/config/linerva/debian/debathena-linerva.postinst
Log:
linerva: EDIT_MOTD no longer exists in /etc/default/rcS
Modified: trunk/debathena/config/linerva/debian/changelog
===================================================================
--- trunk/debathena/config/linerva/debian/changelog 2009-02-28 22:02:47 UTC (rev 23482)
+++ trunk/debathena/config/linerva/debian/changelog 2009-02-28 22:02:52 UTC (rev 23483)
@@ -1,8 +1,9 @@
debathena-linerva (1.13) unstable; urgency=low
* cut commented code
+ * EDIT_MOTD no longer exists in /etc/default/rcS
- -- Greg Price <price@mit.edu> Sat, 28 Feb 2009 15:57:01 -0500
+ -- Greg Price <price@mit.edu> Sat, 28 Feb 2009 16:32:13 -0500
debathena-linerva (1.12) unstable; urgency=low
Modified: trunk/debathena/config/linerva/debian/debathena-linerva.postinst
===================================================================
--- trunk/debathena/config/linerva/debian/debathena-linerva.postinst 2009-02-28 22:02:47 UTC (rev 23482)
+++ trunk/debathena/config/linerva/debian/debathena-linerva.postinst 2009-02-28 22:02:52 UTC (rev 23483)
@@ -36,9 +36,6 @@
# Make /srv/tmp exists so we can symlink to it.
mkdir -p /srv/tmp
- # make motd not change on reboot
- sed -i 's/EDITMOTD=yes/EDITMOTD=no/' /etc/default/rcS
-
# replace logcheck config
# make logcheck able to read its stuff and run every minute
sed -i 's/. \* \* \* \*/* * * * */' /etc/cron.d/logcheck