From: Alexander Marx Date: Sat, 11 Apr 2015 03:34:34 +0000 (+0200) Subject: vpn-statistic: move collectd converter to the right place X-Git-Tag: v2.17-core89~3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=462056ad86e97384b48705a0655aa701147c5167;p=ipfire-2.x.git 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 --- 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 \