diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-20 16:05:08 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-20 16:05:08 +0000 |
commit | ffce74242c6495176ffbd58ff7f890dd0a17561e (patch) | |
tree | 4cfff8f4d1ae32cd93021f15fc03aaf8059b178a | |
parent | e6b0b8f7b6dab27f6664a4876ea8641fdd861b6c (diff) | |
download | initscripts-ffce74242c6495176ffbd58ff7f890dd0a17561e.tar initscripts-ffce74242c6495176ffbd58ff7f890dd0a17561e.tar.gz initscripts-ffce74242c6495176ffbd58ff7f890dd0a17561e.tar.bz2 initscripts-ffce74242c6495176ffbd58ff7f890dd0a17561e.tar.xz initscripts-ffce74242c6495176ffbd58ff7f890dd0a17561e.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | initscripts.spec | 5 |
3 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,25 @@ +1999-08-20 Bill Nottingham <nottingredhat.com> + + * 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 <johnsonmredhat.com> + + * sysconfig/network-scripts/ifdown-ppp: + wvdial/too much ifdown-post + +1999-08-19 Bill Nottingham <nottingredhat.com> + + * 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 <johnsonmredhat.com> * sysconfig/network-scripts/ifdown-ppp: @@ -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 <notting@redhat.com> +- pass hostname to pump +- add lang.csh + * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com> - more wvdial updates - fix a *stupid* bug in process reading |