aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--initscripts.spec4
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c6a71521..1a2cbb75 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,7 @@ install:
cp -af rc.d sysconfig ppp $(ROOT)/etc
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/ppp/ip*
chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifup-*
chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifdown-*
chmod 755 $(ROOT)/etc/sysconfig/network-scripts/init*
diff --git a/initscripts.spec b/initscripts.spec
index 37dd741e..62738ebf 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.12
+Version: 6.47.13
License: GPL
Group: System Environment/Base
Release: 1
@@ -240,6 +240,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Fri Dec 3 2004 Bill Nottingham <notting@redhat.com> 6.47.13-1
+- more fix for #140639
* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 6.47.12-1
- backport Makefile fix for (#140639)