From 232fcde2f4b05f560b4d928a1e0f6299d4a214ca Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Wed, 1 Oct 1997 19:17:15 +0000 Subject: Changes for 3.15 --- Makefile | 2 +- initscripts.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 86a51b5a..1e000208 100644 --- a/Makefile +++ b/Makefile @@ -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 + +- /var/run/netreport needs to be group-writable now that /sbin/netreport + is setguid instead of setuid. + * Tue Sep 30 1997 Michael K. Johnson - Added network-functions to spec file. -- cgit v1.2.1