diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-07 20:10:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-07 20:10:55 +0000 |
commit | ef608d73d27c2e70bdc34f874bf758a5c9623872 (patch) | |
tree | 38035447a437c2e978f75c33fbb795e0e5beca43 /ChangeLog | |
parent | bf2474a63c31403c2ea1e8def9aafb58beaee15b (diff) | |
download | initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar.gz initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar.bz2 initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar.xz initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.zip |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,3 +1,48 @@ +1999-09-07 Bill Nottingham <notting@redhat.com> + + * prefdm: add path to prefdm + +1999-09-07 Michael K. Johnson <johnsonm@redhat.com> + + * sysconfig/network-scripts/network-functions: + work right in the background + + * sysconfig/network-scripts/ifup-ppp: + work with ppp-watch + + * src/ppp-watch.c: + do not overload physicalDevice + sleep only when appropriate + +1999-09-07 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + add an 'unconfigure' sort of thing. + +1999-09-07 Michael K. Johnson <johnsonm@redhat.com> + + * src/Makefile: link statically + + * src/ppp-watch.c: + seems to work for basic operation + + * sysconfig/network-scripts/ifup-post: + do not read /etc/resolv.conf forever... + + * initscripts.spec, ppp/ip-up, src/ppp-watch.c, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifup-ppp: + first attempt at integrating ppp-watch + +1999-09-06 Michael K. Johnson <johnsonm@redhat.com> + + * src/Makefile, src/ppp-watch.c, src/shvar.c, src/shvar.h: + first pass at ppp-watch + + * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig.txt: + DEFROUTE defaults on; PEERDNS documented and defaults on + + * sysconfig/network-scripts/ifup-ppp: + chat script only needs to exist if wvdial not in use + 1999-09-04 Bill Nottingham <notting@redhat.com> * prefdm: |