diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-06 18:48:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-06 18:48:32 +0000 |
commit | 59bca9c167ca2edad469ef6005a738e151e95efa (patch) | |
tree | 963a052e81646e359cdc5191060615e02c9d0535 | |
parent | 775edcd22ce329a8be99ecbfa4e9990c82156a47 (diff) | |
download | initscripts-59bca9c167ca2edad469ef6005a738e151e95efa.tar initscripts-59bca9c167ca2edad469ef6005a738e151e95efa.tar.gz initscripts-59bca9c167ca2edad469ef6005a738e151e95efa.tar.bz2 initscripts-59bca9c167ca2edad469ef6005a738e151e95efa.tar.xz initscripts-59bca9c167ca2edad469ef6005a738e151e95efa.zip |
*** empty log message ***r4-62
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,5 +1,18 @@ +1999-11-05 Michael K. Johnson <johnsonm@redhat.com> + + * src/ppp-watch.c: + careful about killing processes... + + * src/ppp-watch.c: terminate usage message + + * src/ppp-watch.c: + try to fix double-dialing problem + 1999-11-03 Bill Nottingham <notting@redhat.com> + * src/initlog.conf: + make comments a little more clear. + * initscripts.spec: explicitly specify some permissions diff --git a/initscripts.spec b/initscripts.spec index 6afc5d3e..925e17b7 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.61 +%define version 4.62 Version: %{version} Copyright: GPL Group: System Environment/Base |