--- loncom/build/Attic/postinstall.pl 2000/12/28 23:14:35 1.11 +++ loncom/build/Attic/postinstall.pl 2000/12/28 23:52:32 1.12 @@ -39,6 +39,11 @@ DEV: while ($okay==0) { if (!$okay) { system('wget','http://install.lon-capa.org/3.1/scripts/remove_extra_dev.sh'); system('sh','./remove_extra_dev.sh'); + $template=`/bin/cat /etc/inittab`; + $template=~s|id:5:initdefault:|id:3:initdefault:|; + open OUT, ">/etc/inittab"; + print OUT $template; + close OUT; } # allow entry of new access.conf parameters