diff options
-rw-r--r-- | event.d/tty1 | 1 | ||||
-rwxr-xr-x | rc.d/rc | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/event.d/tty1 b/event.d/tty1 index f0002ae3..7747d660 100644 --- a/event.d/tty1 +++ b/event.d/tty1 @@ -6,7 +6,6 @@ start on stopped rc2 start on stopped rc3 start on stopped rc4 -start on started prefdm stop on runlevel 0 stop on runlevel 1 @@ -101,6 +101,3 @@ for i in /etc/rc$runlevel.d/S* ; do [ -n "$UPSTART" ] && initctl emit --quiet "started $subsys" done [ "$do_confirm" = "yes" ] && rm -f /var/run/confirm -if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then - /usr/bin/rhgb-client --quit -fi |