From ffce74242c6495176ffbd58ff7f890dd0a17561e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Aug 1999 16:05:08 +0000 Subject: *** empty log message *** --- ChangeLog | 22 ++++++++++++++++++++++ Makefile | 2 +- initscripts.spec | 5 +++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2bde35c..055c0211 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +1999-08-20 Bill Nottingham + + * Makefile: don't check csh file with bash + + * lang.csh: add lang.csh. Might even work. + + * sysconfig/network-scripts/ifup: + add option to pass hostname with pump + +1999-08-19 Michael K. Johnson + + * sysconfig/network-scripts/ifdown-ppp: + wvdial/too much ifdown-post + +1999-08-19 Bill Nottingham + + * src/process.c: + I don't remember smoking crack, but I must have been... + + * rc.d/rc.sysinit: + depmod exits with 0 even with unresolved dependencies. Bad. + 1999-08-19 Michael K. Johnson * sysconfig/network-scripts/ifdown-ppp: diff --git a/Makefile b/Makefile index 514ddfb8..384a3f40 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install: install -m644 adjtime $(ROOT)/etc install -m755 setsysfont $(ROOT)/sbin install -m755 lang.sh $(ROOT)/etc/profile.d - install -m755 lang.sh $(ROOT)/etc/profile.d + install -m755 lang.csh $(ROOT)/etc/profile.d install -m755 service $(ROOT)/sbin mkdir -p $(ROOT)/etc/X11 install -m755 prefdm $(ROOT)/etc/X11/prefdm diff --git a/initscripts.spec b/initscripts.spec index c481c662..878bbb4a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -169,6 +169,7 @@ rm -rf $RPM_BUILD_ROOT %config /etc/rc.d/rc %config(noreplace) /etc/rc.d/rc.local %config /etc/profile.d/lang.sh +%config /etc/profile.d/lang.csh /sbin/setsysfont /bin/doexec /bin/ipcalc @@ -194,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Aug 20 1999 Bill Nottingham +- pass hostname to pump +- add lang.csh + * Thu Aug 19 1999 Bill Nottingham - more wvdial updates - fix a *stupid* bug in process reading -- cgit v1.2.1