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, core94, updated. 38b7997ffdb0b0257a6502e9e531874acd711539
Date: Sat, 17 Oct 2015 19:08:17 +0200	[thread overview]
Message-ID: <20151017170817.BD60921578@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2894 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, core94 has been updated
       via  38b7997ffdb0b0257a6502e9e531874acd711539 (commit)
       via  ee97ade8e40ece29913a2bd5af59cf94fe4941b1 (commit)
       via  13adb7aea82dca7002419517fea038d70f3defc0 (commit)
      from  c5a5e4abb043abe1c5cecbdf15b28b03f74f4734 (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 38b7997ffdb0b0257a6502e9e531874acd711539
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Oct 15 12:02:38 2015 +0100

    core94: Adjust update.sh script if run multiple times
    
    Some changes cannot be executed again after the update
    was already installed.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit ee97ade8e40ece29913a2bd5af59cf94fe4941b1
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date:   Thu Oct 15 12:18:28 2015 +0200

    Core94: fix for dma when postfix is installed
    
    Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 13adb7aea82dca7002419517fea038d70f3defc0
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date:   Thu Oct 15 12:18:27 2015 +0200

    Core94: fix update.sh for dma
    
    Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

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

Difference in files:
diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh
index 6560662..e6f9cf1 100644
--- a/config/rootfiles/core/94/update.sh
+++ b/config/rootfiles/core/94/update.sh
@@ -70,6 +70,17 @@ EOF
 
 fcrontab -z &>/dev/null
 
+# DMA - reconfigure Postfix if exists
+if [ -e /etc/postfix/main.cf ] && [ ! -e "/usr/sbin/sendmail.postfix" ]; then
+	mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix
+	/usr/sbin/alternatives --install /usr/sbin/sendmail sendmail /usr/sbin/sendmail.postfix 15
+	sed -i 's/usr\/sbin\/sendmail/usr/sbin/sendmail.postfix/' /opt/pakfire/db/rootfiles/postfix
+fi
+# DMA - configure dma as default mta
+mkdir -p /etc/alternatives
+mkdir -p /var/lib/alternatives
+/usr/sbin/alternatives --install /usr/sbin/sendmail sendmail /usr/sbin/sendmail.dma 20
+
 # Start services
 /etc/init.d/dnsmasq start
 /etc/init.d/sshd start


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

                 reply	other threads:[~2015-10-17 17:08 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=20151017170817.BD60921578@argus.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