From 9050326547fd56d421c920eff481f60f2d1bfab7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 24 Nov 2004 02:11:19 +0000 Subject: backport perms fix --- Makefile | 4 ++++ initscripts.spec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51cf1fa5..1b69a656 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ install: install -m755 prefdm $(ROOT)/etc/X11/prefdm cp -af rc.d sysconfig ppp $(ROOT)/etc + chmod 755 $(ROOT)/etc/rc.d/* $(ROOT)/etc/rc.d/init.d/* + chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifup-* + chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifdown-* + chmod 755 $(ROOT)/etc/sysconfig/network-scripts/init* mkdir -p $(ROOT)/etc/sysconfig/networking/devices mkdir -p $(ROOT)/etc/sysconfig/networking/profiles/default mv $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo \ diff --git a/initscripts.spec b/initscripts.spec index c3f6a334..37dd741e 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.47.11 +Version: 6.47.12 License: GPL Group: System Environment/Base Release: 1 @@ -240,6 +240,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Tue Nov 23 2004 Bill Nottingham 6.47.12-1 +- backport Makefile fix for (#140639) + * Thu Oct 28 2004 Bill Nottingham 6.47.11-1 - fix ETHTOOL_OPTS & dhcp (#134811, ) - fix GATEWAYDEV (#133575) -- cgit