aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1997-10-01 19:17:15 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1997-10-01 19:17:15 +0000
commit232fcde2f4b05f560b4d928a1e0f6299d4a214ca (patch)
tree3df952a00a64a542fac1d3cfe94a100f34b5d0e7 /Makefile
parent381c4ceefe84ca570dd001426fbc9942d9aa17b2 (diff)
downloadinitscripts-232fcde2f4b05f560b4d928a1e0f6299d4a214ca.tar
initscripts-232fcde2f4b05f560b4d928a1e0f6299d4a214ca.tar.gz
initscripts-232fcde2f4b05f560b4d928a1e0f6299d4a214ca.tar.bz2
initscripts-232fcde2f4b05f560b4d928a1e0f6299d4a214ca.tar.xz
initscripts-232fcde2f4b05f560b4d928a1e0f6299d4a214ca.zip
Changes for 3.15v_3_15
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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)