diff options
author | Bill Nottingham <notting@redhat.com> | 1999-07-06 18:54:58 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-07-06 18:54:58 +0000 |
commit | 67a1a5b06fce0b1509cd860293c5593cb4c02ab1 (patch) | |
tree | d7ab0c701e582269f9652c481d7ba20246f97be2 | |
parent | 1b74e4b49e17806b83ae2b9eea0bf9357a50fe9c (diff) | |
download | initscripts-67a1a5b06fce0b1509cd860293c5593cb4c02ab1.tar initscripts-67a1a5b06fce0b1509cd860293c5593cb4c02ab1.tar.gz initscripts-67a1a5b06fce0b1509cd860293c5593cb4c02ab1.tar.bz2 initscripts-67a1a5b06fce0b1509cd860293c5593cb4c02ab1.tar.xz initscripts-67a1a5b06fce0b1509cd860293c5593cb4c02ab1.zip |
*** empty log message ***
-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 |