This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 8d679040b7798330441c470ae361ec67db00b635 (commit) via 5c5b4000b9053d8bf993d5d0a87393f7540786c9 (commit) via 9aeac09636461df05f2423b65f7e0dc476eb0eb9 (commit) via 01c82dbaa325336698b3c826ba0ba451b90eefe0 (commit) from abd93c424197b8e0bd3dbc57fcef43cdfc0141ab (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 8d679040b7798330441c470ae361ec67db00b635 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 13 11:39:08 2015 +0200
core89: Move converter to the end because collectd should be restarted at last
commit 5c5b4000b9053d8bf993d5d0a87393f7540786c9 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 13 10:57:09 2015 +0200
vpn-stats: Show daily graph as *all* other graphs do, too
commit 9aeac09636461df05f2423b65f7e0dc476eb0eb9 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 13 10:49:14 2015 +0200
core89: Fix permissions of /var/ipfire/dns
commit 01c82dbaa325336698b3c826ba0ba451b90eefe0 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 13 10:24:44 2015 +0200
core89: Create temporary files in update to avoid reboot
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/89/update.sh | 9 +++++++++ html/cgi-bin/netovpnrw.cgi | 2 +- html/cgi-bin/netovpnsrv.cgi | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/89/update.sh b/config/rootfiles/core/89/update.sh index 832feaa..bb6c7a5 100644 --- a/config/rootfiles/core/89/update.sh +++ b/config/rootfiles/core/89/update.sh @@ -68,10 +68,19 @@ rm -f \ /opt/pakfire/db/*/meta-sqlite \ /opt/pakfire/db/rootfiles/sqlite
+mkdir -p /var/run/openvpn +touch /var/run/ovpnserver.log +chown nobody.nobody \ + /var/run/openvpn \ + /var/run/ovpnserver.log + # Update OpenVPN/collectd configuration /usr/sbin/ovpn-collectd-convert chown nobody.nobody /var/ipfire/ovpn/collectd.vpn
+# Fix permissions +chown nobody.nobody /var/ipfire/dns + # Fix #10625 mkdir -p /etc/logrotate.d
diff --git a/html/cgi-bin/netovpnrw.cgi b/html/cgi-bin/netovpnrw.cgi index e0b1148..fed6d4d 100755 --- a/html/cgi-bin/netovpnrw.cgi +++ b/html/cgi-bin/netovpnrw.cgi @@ -59,7 +59,7 @@ if ( $querry[0] ne "" && $querry[0] ne "UNDEF"){ if(@vpns){ foreach (@vpns) { &Header::openbox('100%', 'center', "$_ $Lang::tr{'graph'}"); - &Graphs::makegraphbox("netovpnrw.cgi",$_,"week"); + &Graphs::makegraphbox("netovpnrw.cgi",$_, "day"); &Header::closebox(); } }else{ diff --git a/html/cgi-bin/netovpnsrv.cgi b/html/cgi-bin/netovpnsrv.cgi index f843462..ddf4177 100755 --- a/html/cgi-bin/netovpnsrv.cgi +++ b/html/cgi-bin/netovpnsrv.cgi @@ -59,7 +59,7 @@ if ( $querry[0] ne ""){ if (@vpns){ foreach (@vpns) { &Header::openbox('100%', 'center', "$_ $Lang::tr{'graph'}"); - &Graphs::makegraphbox("netovpnsrv.cgi",$_,"week"); + &Graphs::makegraphbox("netovpnsrv.cgi",$_, "day"); &Header::closebox(); } }else{
hooks/post-receive -- IPFire 2.x development tree