diff -Nru initscripts-8.76.2-orig/event.d/prefdm initscripts-8.76.2/event.d/prefdm --- initscripts-8.76.2-orig/event.d/prefdm 2008-05-15 11:19:26.000000000 -0500 +++ initscripts-8.76.2/event.d/prefdm 2008-06-05 23:03:53.000000000 -0500 @@ -1,6 +1,6 @@ -# prefdm - preferred display manager +# prefdm - start the olpc sugar environment # -# Starts gdm/xdm/etc by preference +# Starts olpc sugar start on stopped rc5 @@ -9,4 +9,4 @@ console output respawn respawn limit 10 120 -exec /etc/X11/prefdm -nodaemon +exec /usr/sbin/olpc-dm diff -Nru initscripts-8.76.2-orig/event.d/tty3 initscripts-8.76.2/event.d/tty3 --- initscripts-8.76.2-orig/event.d/tty3 2008-05-15 11:19:26.000000000 -0500 +++ initscripts-8.76.2/event.d/tty3 1969-12-31 18:00:00.000000000 -0600 @@ -1,16 +0,0 @@ -# tty3 - getty -# -# This service maintains a getty on tty3 from the point the system is -# started until it is shut down again. - -start on stopped rc2 -start on stopped rc3 -start on stopped rc4 -start on started prefdm - -stop on runlevel 0 -stop on runlevel 1 -stop on runlevel 6 - -respawn -exec /sbin/mingetty tty3 diff -Nru initscripts-8.76.2-orig/event.d/tty4 initscripts-8.76.2/event.d/tty4 --- initscripts-8.76.2-orig/event.d/tty4 2008-05-15 11:19:26.000000000 -0500 +++ initscripts-8.76.2/event.d/tty4 1969-12-31 18:00:00.000000000 -0600 @@ -1,16 +0,0 @@ -# tty4 - getty -# -# This service maintains a getty on tty4 from the point the system is -# started until it is shut down again. - -start on stopped rc2 -start on stopped rc3 -start on stopped rc4 -start on started prefdm - -stop on runlevel 0 -stop on runlevel 1 -stop on runlevel 6 - -respawn -exec /sbin/mingetty tty4 diff -Nru initscripts-8.76.2-orig/event.d/tty5 initscripts-8.76.2/event.d/tty5 --- initscripts-8.76.2-orig/event.d/tty5 2008-05-15 11:19:26.000000000 -0500 +++ initscripts-8.76.2/event.d/tty5 1969-12-31 18:00:00.000000000 -0600 @@ -1,16 +0,0 @@ -# tty5 - getty -# -# This service maintains a getty on tty5 from the point the system is -# started until it is shut down again. - -start on stopped rc2 -start on stopped rc3 -start on stopped rc4 -start on started prefdm - -stop on runlevel 0 -stop on runlevel 1 -stop on runlevel 6 - -respawn -exec /sbin/mingetty tty5 diff -Nru initscripts-8.76.2-orig/event.d/tty6 initscripts-8.76.2/event.d/tty6 --- initscripts-8.76.2-orig/event.d/tty6 2008-05-15 11:19:26.000000000 -0500 +++ initscripts-8.76.2/event.d/tty6 1969-12-31 18:00:00.000000000 -0600 @@ -1,16 +0,0 @@ -# tty6 - getty -# -# This service maintains a getty on tty6 from the point the system is -# started until it is shut down again. - -start on stopped rc2 -start on stopped rc3 -start on stopped rc4 -start on started prefdm - -stop on runlevel 0 -stop on runlevel 1 -stop on runlevel 6 - -respawn -exec /sbin/mingetty tty6 diff -Nru initscripts-8.76.2-orig/event.d/ttyS0 initscripts-8.76.2/event.d/ttyS0 --- initscripts-8.76.2-orig/event.d/ttyS0 1969-12-31 18:00:00.000000000 -0600 +++ initscripts-8.76.2/event.d/ttyS0 2008-06-05 23:04:38.000000000 -0500 @@ -0,0 +1,16 @@ +# ttyS0 - getty +# +# This service maintains a getty on ttyS0 from the point the system is +# started until it is shut down again. + +start on stopped rc2 +start on stopped rc3 +start on stopped rc4 +start on started prefdm + +stop on runlevel 0 +stop on runlevel 1 +stop on runlevel 6 + +respawn +exec /sbin/agetty -w -n ttyS0 115200 vt100 Binary files initscripts-8.76.2-orig/src/doexec and initscripts-8.76.2/src/doexec differ Binary files initscripts-8.76.2-orig/src/netreport and initscripts-8.76.2/src/netreport differ Binary files initscripts-8.76.2-orig/src/testd and initscripts-8.76.2/src/testd differ Binary files initscripts-8.76.2-orig/src/usernetctl and initscripts-8.76.2/src/usernetctl differ Binary files initscripts-8.76.2-orig/src/usernetctl.o and initscripts-8.76.2/src/usernetctl.o differ Binary files initscripts-8.76.2-orig/src/usleep.o and initscripts-8.76.2/src/usleep.o differ