From 462056ad86e97384b48705a0655aa701147c5167 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Sat, 11 Apr 2015 05:34:34 +0200 Subject: [PATCH] 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 --- lfs/stage2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/stage2 b/lfs/stage2 index 895ee153bc..53f81d1b46 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 \ -- 2.39.2