From f05a6fb7d2748351195be82c0548bbd03ddaf9e1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 20 Oct 2004 02:33:17 +0000 Subject: fix it all --- Makefile | 2 +- initscripts.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca04d1d1..5a9b4780 100644 --- a/Makefile +++ b/Makefile @@ -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 7.93.2.EL-1 +- fix #136421 + * Mon Oct 18 2004 Bill Nottingham 7.93.1.EL-1 - add back rawdevices (#130048) -- cgit v1.2.1