diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-06 21:42:14 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-06 21:42:14 +0000 |
commit | 6732d6f4713960d6a15210a8839a65cc98c4854b (patch) | |
tree | 2df7e511190ab71b188b5f1c65764b256d268b00 | |
parent | 0208aad4f896cfc5e6001ae2c623db506e3bdb6b (diff) | |
download | initscripts-6732d6f4713960d6a15210a8839a65cc98c4854b.tar initscripts-6732d6f4713960d6a15210a8839a65cc98c4854b.tar.gz initscripts-6732d6f4713960d6a15210a8839a65cc98c4854b.tar.bz2 initscripts-6732d6f4713960d6a15210a8839a65cc98c4854b.tar.xz initscripts-6732d6f4713960d6a15210a8839a65cc98c4854b.zip |
*** empty log message ***r4-28
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +1999-08-06 Bill Nottingham <nottingredhat.com> + + * src/initlog.c: + what's that debugging code doing there? + +1999-08-04 Michael K. Johnson <johnsonmredhat.com> + + * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp: + take advantage of userpeerdns + 1999-08-04 Bill Nottingham <nottingredhat.com> * sysconfig.txt: diff --git a/initscripts.spec b/initscripts.spec index b4bb3464..ffc147df 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Name: initscripts Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 3 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools |