[freeside-commits] branch FREESIDE_4_BRANCH updated. beebee4180a4a5bc759f1c1378633e53fcbd3c04
Jeremy Davis
jeremyd at 420.am
Thu Jun 25 12:28:50 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via beebee4180a4a5bc759f1c1378633e53fcbd3c04 (commit)
from 814f3c8086f4fe4ac98cc23313f209e0f2df6dcf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit beebee4180a4a5bc759f1c1378633e53fcbd3c04
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jun 25 15:14:00 2015 -0400
Ticket #36913 Fix final permission issue
diff --git a/debian/freeside-torrus.postinst b/debian/freeside-torrus.postinst
index 4cc5487..5cc8acc 100644
--- a/debian/freeside-torrus.postinst
+++ b/debian/freeside-torrus.postinst
@@ -1,6 +1,7 @@
#!/bin/bash
chown freeside.freeside /var/log/torrus
+chown -R freeside.freeside /var/torrus
mkdir /srv/torrus/; mkdir /srv/torrus/collector_rrd
chown -R freeside:freeside /srv/torrus/collector_rrd /usr/local/etc/torrus/discovery /usr/local/etc/torrus/xmlconfig/
torrus clearcache
-----------------------------------------------------------------------
Summary of changes:
debian/freeside-torrus.postinst | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list