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 | |
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
-rw-r--r-- | event.d/rcS-sulogin | 3 | ||||
-rw-r--r-- | 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 <notting@redhat.com> - 8.75-1 +* Fri May 2 2008 Bill Nottingham <notting@redhat.com> - 8.76-1 - fix tcsh syntax error (#444998) +- remove debugging cruft from rcS-sulogin * Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 8.74-1 - use full path to /sbin/ip in NetworkManagerDispatcher script (#444378) |