aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84edd235..836bb25d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
ROOT=/
+SUPERUSER=root
+SUPERGROUP=root
VERSION=$(shell awk '/Version:/ { print $$2 }' initscripts.spec)
CVSTAG = r$(subst .,-,$(VERSION))
@@ -38,7 +40,7 @@ install:
ln -sf ../../../sbin/ifdown . )
(cd src; make install ROOT=$(ROOT) mandir=$(mandir))
mkdir -p $(ROOT)/var/run/netreport
- chown root.root $(ROOT)/var/run/netreport
+ chown $(SUPERUSER).$(SUPERGROUP) $(ROOT)/var/run/netreport
chmod og=rwx,o=rx $(ROOT)/var/run/netreport
check: