public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 07a67eed52944e377d4346c6941c9106c83ab291
@ 2019-08-25 15:15 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2019-08-25 15:15 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2850 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, next has been updated
       via  07a67eed52944e377d4346c6941c9106c83ab291 (commit)
       via  51a7871a35718843ef3d0529efa2e805582885ab (commit)
       via  ffb5a1535e978deec5c716b5ad09321bd8c7d661 (commit)
       via  18ec6097c3ccae855fddfafce8cf67627aac3d5d (commit)
      from  b0a8548bdabf1aa78b5754fb0af3dc60064b5d9f (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 07a67eed52944e377d4346c6941c9106c83ab291
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:11:29 2019 +0200

    core136: touch "need reboot" flag
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 51a7871a35718843ef3d0529efa2e805582885ab
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:10:44 2019 +0200

    core136: run xt_geoip_update
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit ffb5a1535e978deec5c716b5ad09321bd8c7d661
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:09:03 2019 +0200

    core136: restart apache2
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 18ec6097c3ccae855fddfafce8cf67627aac3d5d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Aug 25 17:05:55 2019 +0200

    core136: remove old perl files
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/136/update.sh | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/core/136/update.sh b/config/rootfiles/core/136/update.sh
index 7dcf87b62..3c5d4bd86 100644
--- a/config/rootfiles/core/136/update.sh
+++ b/config/rootfiles/core/136/update.sh
@@ -49,6 +49,11 @@ done
 # Extract files
 extract_files
 
+# Remove old perl files
+rm -rf /usr/bin/perl5.12.3
+rm -rf /usr/lib/perl5/5.12.3
+rm -rf /usr/lib/perl5/site_perl/5.12.3
+
 # update linker config
 ldconfig
 
@@ -60,9 +65,13 @@ mv /etc/rc.d/rc0.d/K79unbound /etc/rc.d/rc0.d/K86unbound
 mv /etc/rc.d/rc6.d/K79unbound /etc/rc.d/rc6.d/K86unbound
 
 # Start services
+/etc/init.d/apache restart
+
+# Update GeoIP
+/usr/local/bin/xt_geoup_update
 
 # This update needs a reboot...
-#touch /var/run/need_reboot
+touch /var/run/need_reboot
 
 # Finish
 /etc/init.d/fireinfo start


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-25 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-25 15:15 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 07a67eed52944e377d4346c6941c9106c83ab291 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox