diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | initscripts.spec | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -17,7 +17,7 @@ install: (cd src; make install ROOT=$(ROOT)) mkdir -p /var/run/netreport chown root.root /var/run/netreport - chmod o=rwx,go=rx /var/run/netreport + chmod og=rwx,o=rx /var/run/netreport clean: (cd src; make clean) diff --git a/initscripts.spec b/initscripts.spec index d9ced860..219e67fe 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,10 +1,10 @@ Summary: inittab and /etc/rc.d scripts Name: initscripts -Version: 3.14 +Version: 3.15 Copyright: GPL Group: Base Release: 1 -Source: initscripts-3.14.tar.gz +Source: initscripts-3.15.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty bash mktemp @@ -15,6 +15,11 @@ that activate and deactivate most network interfaces. %changelog +* Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com> + +- /var/run/netreport needs to be group-writable now that /sbin/netreport + is setguid instead of setuid. + * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com> - Added network-functions to spec file. |