mbox

[1/2] Core94: fix update.sh for dma

Message ID 1444904308-15139-1-git-send-email-alexander.marx@ipfire.org
State Accepted
Commit 13adb7aea82dca7002419517fea038d70f3defc0
Headers

Message

Alexander Marx Oct. 15, 2015, 9:18 p.m. UTC
  ---
 config/rootfiles/core/94/update.sh | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Michael Tremer Oct. 15, 2015, 9:56 p.m. UTC | #1
Hi,

these changes look good, you are missing the Signed-off-by: line
though. I will merge this and add it in, but please take care about
this the next time.

-Michael

On Thu, 2015-10-15 at 12:18 +0200, Alexander Marx wrote:
> ---
>  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