[Pkg-sysvinit-commits] r379 - sysvinit/trunk/debian/initscripts

Thomas Hood jdthood-guest at costa.debian.org
Wed Dec 14 23:57:19 UTC 2005


Author: jdthood-guest
Date: 2005-12-14 23:57:18 +0000 (Wed, 14 Dec 2005)
New Revision: 379

Modified:
   sysvinit/trunk/debian/initscripts/postinst
   sysvinit/trunk/debian/initscripts/rcS.5
Log:
Remove documentation of EDITMOTD from rcS(5); don't create empty motd.tail

Modified: sysvinit/trunk/debian/initscripts/postinst
===================================================================
--- sysvinit/trunk/debian/initscripts/postinst	2005-12-14 22:21:43 UTC (rev 378)
+++ sysvinit/trunk/debian/initscripts/postinst	2005-12-14 23:57:18 UTC (rev 379)
@@ -214,8 +214,6 @@
 	if [ -f /etc/motd ]
 	then
 		sed 1d /etc/motd > /etc/motd.tail
-	else
-		:>/etc/motd.tail
 	fi
 fi
 if [ ! -f /var/run/motd ]

Modified: sysvinit/trunk/debian/initscripts/rcS.5
===================================================================
--- sysvinit/trunk/debian/initscripts/rcS.5	2005-12-14 22:21:43 UTC (rev 378)
+++ sysvinit/trunk/debian/initscripts/rcS.5	2005-12-14 23:57:18 UTC (rev 379)
@@ -42,11 +42,6 @@
 .IP \fBVERBOSE=yes\fP
 Setting this option to \fBno\fP will make the bootup a bit less verbose.
 
-.IP \fBEDITMOTD=yes\fP
-At boot time the system edits the first line of the file \fI/etc/motd\fP
-and replaces it with the output from the command \fIuname -a\fP. Setting
-this to \fBno\fP prohibits that.
-
 .IP \fBFSCKFIX=no\fP
 When the root and all other file systems are checked, this happens with the
 \fB-a\fP flag which means \fIautorepair\fP. If there are really big




More information about the Pkg-sysvinit-commits mailing list