public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c845152b6d4882394f74a5347a785f6a570b6787
Date: Sun, 26 Jan 2020 12:10:46 +0000	[thread overview]
Message-ID: <485BY32qHRz2y3q@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3181 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  c845152b6d4882394f74a5347a785f6a570b6787 (commit)
       via  6df8a22b8ae124d5312b84de97cb123fb31de969 (commit)
      from  a83bcf914c9214d522d99966386c0a989c651f0f (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 c845152b6d4882394f74a5347a785f6a570b6787
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Jan 26 13:10:13 2020 +0100

    set version and pakfire version to core141
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 6df8a22b8ae124d5312b84de97cb123fb31de969
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Jan 26 13:07:08 2020 +0100

    core141: correct move of nobeeps flag
    
    in core139 there was a syntax error, and it was missed in
    backup converter also.
    
    fixes #12273
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

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

Summary of changes:
 config/backup/backup.pl             | 3 +++
 config/rootfiles/core/141/update.sh | 3 +++
 make.sh                             | 4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/config/backup/backup.pl b/config/backup/backup.pl
index aae31098a..9a92a9d9f 100644
--- a/config/backup/backup.pl
+++ b/config/backup/backup.pl
@@ -146,6 +146,9 @@ restore_backup() {
 	# Convert DNS settings
 	convert-dns-settings
 
+	# move nobeeps if exist
+	[ -e "/var/ipfire/ppp/nobeeps" ] && mv /var/ipfire/ppp/nobeeps /var/ipfire/red/nobeeps
+
 	return 0
 }
 
diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh
index b6e8464f3..87f1fe38c 100644
--- a/config/rootfiles/core/141/update.sh
+++ b/config/rootfiles/core/141/update.sh
@@ -74,6 +74,9 @@ telinit u
 # Convert DNS settings
 /usr/local/bin/convert-dns-settings
 
+# move nobeeps if exist
+[ -e "/var/ipfire/ppp/nobeeps" ] && mv /var/ipfire/ppp/nobeeps /var/ipfire/red/nobeeps
+
 # Start services
 /etc/init.d/unbound restart
 
diff --git a/make.sh b/make.sh
index 0d32f812b..452284c16 100755
--- a/make.sh
+++ b/make.sh
@@ -26,8 +26,8 @@ NAME="IPFire"							# Software name
 SNAME="ipfire"							# Short name
 # If you update the version don't forget to update backupiso and add it to core update
 VERSION="2.25"							# Version number
-CORE="140"							# Core Level (Filename)
-PAKFIRE_CORE="140"						# Core Level (PAKFIRE)
+CORE="141"							# Core Level (Filename)
+PAKFIRE_CORE="141"						# Core Level (PAKFIRE)
 GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`			# Git Branch
 SLOGAN="www.ipfire.org"						# Software slogan
 CONFIG_ROOT=/var/ipfire						# Configuration rootdir


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

                 reply	other threads:[~2020-01-26 12:10 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=485BY32qHRz2y3q@people01.haj.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