summaryrefslogtreecommitdiffstats
path: root/event.d/rcS-sulogin
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-05-02 13:54:21 -0400
committerBill Nottingham <notting@redhat.com>2008-05-02 13:54:21 -0400
commitdc21589a6f657737edea88e39e4c819f9101ba2e (patch)
tree3ee5cb617c3d3b0dc163dfff797901656cad2d47 /event.d/rcS-sulogin
parent742269e0b336957632db76e3772450408539e3ea (diff)
downloadinitscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.tar.gz
initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.tar.xz
initscripts-dc21589a6f657737edea88e39e4c819f9101ba2e.zip
remove debugging cruftinitscripts-8.76-1
Diffstat (limited to 'event.d/rcS-sulogin')
-rw-r--r--event.d/rcS-sulogin3
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
-