diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1997-10-01 19:17:15 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1997-10-01 19:17:15 +0000 |
commit | 232fcde2f4b05f560b4d928a1e0f6299d4a214ca (patch) | |
tree | 3df952a00a64a542fac1d3cfe94a100f34b5d0e7 /Makefile | |
parent | 381c4ceefe84ca570dd001426fbc9942d9aa17b2 (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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) |