public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Core94: fix update.sh for dma
@ 2015-10-15 10:18 Alexander Marx
  2015-10-15 10:18 ` [PATCH 2/2] Core94: fix for dma when postfix is installed Alexander Marx
  2015-10-15 10:56 ` [PATCH 1/2] Core94: fix update.sh for dma Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Marx @ 2015-10-15 10:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

---
 config/rootfiles/core/94/update.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh
index 6560662..1b9eed7 100644
--- a/config/rootfiles/core/94/update.sh
+++ b/config/rootfiles/core/94/update.sh
@@ -70,6 +70,11 @@ EOF
 
 fcrontab -z &>/dev/null
 
+# dma files
+mkdir /etc/alternatives
+mkdir /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
-- 
1.9.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-15 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-15 10:18 [PATCH 1/2] Core94: fix update.sh for dma Alexander Marx
2015-10-15 10:18 ` [PATCH 2/2] Core94: fix for dma when postfix is installed Alexander Marx
2015-10-15 10:59   ` Michael Tremer
2015-10-15 10:56 ` [PATCH 1/2] Core94: fix update.sh for dma Michael Tremer

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