$(RUNDIR) is owned by admin/radius, too
authoraland <aland>
Tue, 13 May 2008 12:39:05 +0000 (12:39 +0000)
committeraland <aland>
Tue, 13 May 2008 12:39:05 +0000 (12:39 +0000)
Makefile

index dc9ddb5..7b0faa3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,8 @@ install-chown:
        find $(R)$(logdir) -type d -exec chmod u=rwx,g=rwx,o= {} \;
        find $(R)$(logdir) -type d -exec chmod g+s {} \;
        find $(R)$(logdir) -type f -exec chmod u=rw,g=rw,o= {} \;
+       chown -R $(RADMIN)   $(R)$(RUNDIR)
+       chgrp -R $(RGROUP)   $(R)$(RUNDIR)
        find $(R)$(RUNDIR) -type d -exec chmod u=rwx,g=rwx,o= {} \;
        find $(R)$(RUNDIR) -type d -exec chmod g+s {} \;
        find $(R)$(RUNDIR) -type f -exec chmod u=rw,g=rw,o= {} \;