diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +1999-07-06 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: + fix killall links (#3889) + + * rc.d/init.d/functions: + oops, can't short-circuit backtics + 1999-07-01 Bill Nottingham <notting@redhat.com> * rc.d/init.d/network: diff --git a/initscripts.spec b/initscripts.spec index 331c341b..b558d6bb 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.24 +%define version 4.25 Version: %{version} Copyright: GPL Group: System Environment/Base |