From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core127, updated. f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30 Date: Sat, 19 Jan 2019 16:25:46 +0000 Message-ID: <20190119162546.ACA9E84FDD4@people01.i.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2459187779131764777==" List-Id: --===============2459187779131764777== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, core127 has been updated via f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30 (commit) via 2092280a3a0cd749fc2869ae29ce8a25d7c1a055 (commit) from 271bac39a0b2999c843a5ec580438230d5398c74 (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 f29ff21cd61fab2e7ed3ea443568c7c71bcb3f30 Author: Arne Fitzenreiter Date: Sat Jan 19 17:24:47 2019 +0100 core127: run xt_geoip_update =20 Signed-off-by: Arne Fitzenreiter commit 2092280a3a0cd749fc2869ae29ce8a25d7c1a055 Author: Arne Fitzenreiter Date: Sat Jan 19 17:20:51 2019 +0100 core127: ovpn ca index.txt is also missing on some installations =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/127/update.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Difference in files: diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/= update.sh index 537d9e8a4..e276e7e68 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2018 IPFire-Team . = # +# Copyright (C) 2019 IPFire-Team . = # # # ############################################################################ # @@ -48,10 +48,13 @@ ldconfig # Regenerate squid configuration file sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi =20 -# If not exist create ovpn ca index.txt.attr and fix rights +# If not exist create ovpn ca index.txt(.attr) and fix rights touch /var/ipfire/ovpn/ca/index.txt.attr chmod 644 /var/ipfire/ovpn/ca/index.txt.attr chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr +touch /var/ipfire/ovpn/ca/index.txt +chmod 644 /var/ipfire/ovpn/ca/index.txt +chown nobody:nobody /var/ipfire/ovpn/ca/index.txt =20 # Start services /etc/init.d/unbound restart @@ -63,6 +66,9 @@ sysctl -p # Re-run depmod depmod -a =20 +# Update xt_geoip +/usr/local/bin/xt_geoip_update + # This update needs a reboot... touch /var/run/need_reboot =20 hooks/post-receive -- IPFire 2.x development tree --===============2459187779131764777==--