diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/11sysinit e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/11sysinit --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/11sysinit 2005-11-20 21:28:07.000000000 -0700 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/11sysinit 1969-12-31 17:00:00.000000000 -0700 @@ -1,2 +0,0 @@ -# System initialization. -si::sysinit:/etc/rc.d/rc.sysinit diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/12tty2 e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/12tty2 --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/12tty2 2008-10-07 11:34:53.000000000 -0600 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/12tty2 1969-12-31 17:00:00.000000000 -0700 @@ -1 +0,0 @@ -{ -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }2:23457:respawn:/sbin/mingetty tty2 diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/13tty3 e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/13tty3 --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/13tty3 2008-10-07 11:34:53.000000000 -0600 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/13tty3 1969-12-31 17:00:00.000000000 -0700 @@ -1 +0,0 @@ -{ -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" ? "#" : "" }3:23457:respawn:/sbin/mingetty tty3 diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/16ctrlaltdel e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/16ctrlaltdel --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/16ctrlaltdel 2006-02-16 20:41:51.000000000 -0700 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/16ctrlaltdel 1969-12-31 17:00:00.000000000 -0700 @@ -1,12 +0,0 @@ -# Trap CTRL-ALT-DELETE -{ - my $Status = $ctrlaltdel{'status'}; - if (defined $Status && $Status eq "enabled") - { - $OUT .= "ca::ctrlaltdel:/sbin/shutdown -t3 -r now"; - } - else - { - $OUT .= "# shutdown on ctrlaltdel is currently disabled"; - } -} diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/20runlevels e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/20runlevels --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/20runlevels 2005-11-20 21:28:07.000000000 -0700 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/20runlevels 1969-12-31 17:00:00.000000000 -0700 @@ -1,21 +0,0 @@ - -# The runlevels used by RHS are: -# 0 - halt (Do NOT set initdefault to this) -# 1 - Single user mode -# 2 - Multiuser, without NFS (The same as 3, if you do not have networking) -# 3 - Full multiuser mode -# 4 - unused -# 5 - X11 -# 6 - reboot (Do NOT set initdefault to this) -# 7 - e-smith server and gateway -# - -l0:0:wait:/etc/rc.d/rc.e-smith 0 -l1:1:wait:/etc/rc.d/rc 1 -l2:2:wait:/etc/rc.d/rc 2 -l3:3:wait:/etc/rc.d/rc 3 -l4:4:wait:/etc/rc.d/rc 4 -l5:5:wait:/etc/rc.d/rc 5 -l6:6:wait:/etc/rc.d/rc.e-smith 6 -l7:7:wait:/etc/rc.d/rc.e-smith 7 - diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/70tty1 e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/70tty1 --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/70tty1 2008-10-07 11:34:53.000000000 -0600 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/70tty1 1969-12-31 17:00:00.000000000 -0700 @@ -1,16 +0,0 @@ - -# Run gettys in standard runlevels -{ - if ( -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" ) - { - "co:123457:respawn:/sbin/agetty xvc0 9600 vt100-nav"; - } - elsif ($ConsoleMode && ($ConsoleMode ne 'auto')) - { - "1:123457:respawn:/sbin/mingetty tty1"; - } - else - { - "1:123457:respawn:/sbin/e-smith/console tty1"; - } -} diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/90serial e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/90serial --- e-smith-base-5.4.0.old/root/etc/e-smith/templates/etc/inittab/90serial 2005-11-20 21:28:07.000000000 -0700 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/inittab/90serial 1969-12-31 17:00:00.000000000 -0700 @@ -1,15 +0,0 @@ -{ - $OUT = ''; - - my $status = ${'serial-console'}{status} || 'disabled'; - return unless $status eq 'enabled'; - - my $device = ${'serial-console'}{Device} || 'ttyS0'; - $device =~ /(.)$/; # Select final char of device for inittab key - - my $baud = ${'serial-console'}{BaudRate} || 19200; - - my $terminal = ${'serial-console'}{Terminal} || ''; - - $OUT .= "s$1:123457:respawn:/sbin/agetty $baud $device $terminal"; -}