diff options
author | Bill Nottingham <notting@redhat.com> | 2004-10-20 02:33:17 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-10-20 02:33:17 +0000 |
commit | f05a6fb7d2748351195be82c0548bbd03ddaf9e1 (patch) | |
tree | 8e6bd3fafcf93122911df2b0b2efa745422c824b | |
parent | f460928971bdc4961d174a851af7c780a7d89555 (diff) | |
download | initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.gz initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.bz2 initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.xz initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.zip |
fix it all
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -35,7 +35,7 @@ install: cp -af rc.d sysconfig ppp $(ROOT)/etc mkdir -p $(ROOT)/etc/ppp/peers - chmod 755 $(ROOT)/rc.d/* $(ROOT)/rc.d/init.d/* + chmod 755 $(ROOT)/etc/rc.d/* $(ROOT)/etc/rc.d/init.d/* chmod 755 $(ROOT)/etc/ppp/peers chmod 755 $(ROOT)/etc/ppp/ip* chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifup-* diff --git a/initscripts.spec b/initscripts.spec index b49f96b6..757ebd83 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.93.1.EL +Version: 7.93.2.EL License: GPL Group: System Environment/Base Release: 1 @@ -206,6 +206,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Oct 19 2004 Bill Nottingham <notting@redhat.com> 7.93.2.EL-1 +- fix #136421 + * Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93.1.EL-1 - add back rawdevices (#130048) |