public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, core103, updated. 6bff907d71e6e4c72d94ffd8657141d54575369e
Date: Wed, 15 Jun 2016 20:47:21 +0100	[thread overview]
Message-ID: <20160615194723.0786B1078E81@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1920 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, core103 has been updated
       via  6bff907d71e6e4c72d94ffd8657141d54575369e (commit)
      from  0953c087cf94eedb85fcdf312433493800185c64 (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 6bff907d71e6e4c72d94ffd8657141d54575369e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jun 15 18:47:29 2016 +0100

    core103: Restart squid and rebuild cache
    
    The swap.state file may be broken and so we delete this here and
    let squid rebuild the cache at the next start.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/core/103/update.sh | 5 +++++
 1 file changed, 5 insertions(+)

Difference in files:
diff --git a/config/rootfiles/core/103/update.sh b/config/rootfiles/core/103/update.sh
index 65a85a2..3f45eaa 100644
--- a/config/rootfiles/core/103/update.sh
+++ b/config/rootfiles/core/103/update.sh
@@ -42,6 +42,7 @@ done
 
 
 # Stop services
+/etc/init.d/squid stop
 
 # Remove checkfstab
 rm -f /etc/rc.d/init.d/checkfstab
@@ -56,8 +57,12 @@ ldconfig
 # Update Language cache
 #/usr/local/bin/update-lang-cache
 
+# Remove potentially broken squid cache index (will be recreated after the next start)
+rm -f /var/log/cache/swap.state
+
 # Start services
 /etc/init.d/dnsmasq restart
+/etc/init.d/squid start
 
 sync
 # This update need a reboot...


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

                 reply	other threads:[~2016-06-15 19:47 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=20160615194723.0786B1078E81@git01.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