From dc21589a6f657737edea88e39e4c819f9101ba2e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 2 May 2008 13:54:21 -0400 Subject: remove debugging cruft --- event.d/rcS-sulogin | 3 --- initscripts.spec | 5 +++-- 2 files changed, 3 insertions(+), 5 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 - diff --git a/initscripts.spec b/initscripts.spec index a07e8fd9..9387471b 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -2,7 +2,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 8.75 +Version: 8.76 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -238,8 +238,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Fri May 2 2008 Bill Nottingham - 8.75-1 +* Fri May 2 2008 Bill Nottingham - 8.76-1 - fix tcsh syntax error (#444998) +- remove debugging cruft from rcS-sulogin * Tue Apr 29 2008 Bill Nottingham - 8.74-1 - use full path to /sbin/ip in NetworkManagerDispatcher script (#444378) -- cgit v1.2.1