diff options
author | Bill Nottingham <notting@redhat.com> | 2008-05-02 13:54:21 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-05-02 13:54:21 -0400 |
commit | dc21589a6f657737edea88e39e4c819f9101ba2e (patch) | |
tree | 3ee5cb617c3d3b0dc163dfff797901656cad2d47 /event.d | |
parent | 742269e0b336957632db76e3772450408539e3ea (diff) | |
download | initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.tar initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.tar.gz initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.tar.bz2 initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.tar.xz initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.zip |
remove debugging cruftinitscripts-8.76-1
Diffstat (limited to 'event.d')
-rw-r--r-- | event.d/rcS-sulogin | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/event.d/rcS-sulogin b/event.d/rcS-sulogin index c7866b93..59a0b4d3 100644 --- a/event.d/rcS-sulogin +++ b/event.d/rcS-sulogin @@ -13,12 +13,9 @@ script exec /bin/bash end script post-stop script - echo $* > /tmp/sulogin.$$ - set >> /tmp/sulogin.$$ if [ "$1" = "S" ]; then runlevel=$(/bin/awk -F ':' '$3 == "initdefault" { print $2 }' /etc/inittab) [ -z "$runlevel" ] && runlevel="3" exec telinit $runlevel fi end script - |