From 6d71a751ac7d625b4fcadb45beca9cae92368ce6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 Sep 1999 21:40:08 +0000 Subject: *** empty log message *** --- ChangeLog | 12 ++++++++++++ initscripts.spec | 2 +- rc.d/rc | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc114e4f..e4efaed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 1999-09-20 Bill Nottingham + * src/process.c: don't dup stdin. + + * rc.d/rc: + Don't run rc.local through initlog. + + * sysconfig/network-scripts/ifcfg-lo: + add note about conflicts with gated. + + * rc.d/init.d/halt: just call swapoff once + + * rc.d/init.d/halt: typo + * rc.d/init.d/halt: do process splatting for final umount too. diff --git a/initscripts.spec b/initscripts.spec index ef282d25..b3f6b282 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.43 +%define version 4.44 Version: %{version} Copyright: GPL Group: System Environment/Base diff --git a/rc.d/rc b/rc.d/rc index a1a54938..cc86b500 100755 --- a/rc.d/rc +++ b/rc.d/rc @@ -98,7 +98,7 @@ if [ -d /etc/rc.d/rc$runlevel.d ]; then if egrep -q "(daemon |action )" $i ; then $i start else - if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local ]; then + if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then $i start else action "Starting $subsys" $i start -- cgit v1.2.1