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

Thomas Hood jdthood-guest at costa.debian.org
Tue Jan 3 19:51:21 UTC 2006


Author: jdthood-guest
Date: 2006-01-03 19:51:21 +0000 (Tue, 03 Jan 2006)
New Revision: 512

Modified:
   sysvinit/trunk/debian/initscripts/postinst
Log:
Remove old code related to already removed preinst code

Modified: sysvinit/trunk/debian/initscripts/postinst
===================================================================
--- sysvinit/trunk/debian/initscripts/postinst	2006-01-03 19:45:58 UTC (rev 511)
+++ sysvinit/trunk/debian/initscripts/postinst	2006-01-03 19:51:21 UTC (rev 512)
@@ -77,20 +77,6 @@
 fi
 
 #
-# See if there were saved variables.
-#
-if [ -f /etc/default/rcS.sed ]
-then
-	cp /etc/default/rcS /etc/default/rcS.TMP
-	sed -f /etc/default/rcS.sed < /etc/default/rcS.TMP > /etc/default/rcS
-	if [ -s /etc/default/rcS ]
-	then
-		rm -f /etc/default/rcS.TMP
-	fi
-	rm -f /etc/default/rcS.sed
-fi
-
-#
 # Defaults for 2.85-16 and up for mountvirtfs levels changed,
 # so remove the existing startup links if we upgraded from
 # an older version.




More information about the Pkg-sysvinit-commits mailing list