From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. c63e97bbaf668813ed221d4bcad9019429705a31
Date: Sat, 11 Apr 2015 08:33:36 +0200 [thread overview]
Message-ID: <20150411063336.9613D21AD0@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2538 bytes --]
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 c63e97bbaf668813ed221d4bcad9019429705a31 (commit)
via 462056ad86e97384b48705a0655aa701147c5167 (commit)
from 5c3b3bd8e19fbcecfc7beb629a9c23b454c3a09e (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 c63e97bbaf668813ed221d4bcad9019429705a31
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Sat Apr 11 07:12:32 2015 +0200
vpn-statistic: fix removal of rw rrd-data
Due to a missing slash the rrd data of a deleted rrd-connection was not
deleted
commit 462056ad86e97384b48705a0655aa701147c5167
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Sat Apr 11 05:34:34 2015 +0200
vpn-statistic: move collectd converter to the right place
Build of cdrom will fail if the converter script is not moved to the
right place
-----------------------------------------------------------------------
Summary of changes:
lfs/stage2 | 3 ++-
src/misc-progs/openvpnctrl.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/lfs/stage2 b/lfs/stage2
index 895ee15..53f81d1 100644
--- a/lfs/stage2
+++ b/lfs/stage2
@@ -101,7 +101,8 @@ $(TARGET) :
# Move script to correct place.
mv -vf /usr/local/bin/ovpn-ccd-convert /usr/sbin/
-
+ mv -vf /usr/local/bin/ovpn-collectd-convert /usr/sbin/
+
# Install firewall scripts.
mkdir -pv /usr/lib/firewall
install -m 755 $(DIR_SRC)/config/firewall/rules.pl \
diff --git a/src/misc-progs/openvpnctrl.c b/src/misc-progs/openvpnctrl.c
index bba84ca..20967e4 100644
--- a/src/misc-progs/openvpnctrl.c
+++ b/src/misc-progs/openvpnctrl.c
@@ -605,7 +605,7 @@ int deleterrd(char *name) {
// Handle RW connections
if (strcmp(conn->type, "host") == 0) {
- snprintf(rrd_dir, STRING_SIZE - 1, "/var/log/rrd/collectd/localhost/openvpn-%s", name);
+ snprintf(rrd_dir, STRING_SIZE - 1, "/var/log/rrd/collectd/localhost/openvpn-%s/", name);
// Handle N2N connections
} else if (strcmp(conn->type, "net") == 0) {
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2015-04-11 6:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150411063336.9613D21AD0@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox