summaryrefslogtreecommitdiff
path: root/network/exim/contrib
diff options
context:
space:
mode:
authorThomas Morper <thomas@beingboiled.info>2022-05-14 08:42:29 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-14 19:27:50 +0700
commita08a031b9e1f2eee9fd435bf8199a30fb28d4b0d (patch)
treeb36e9870fb51a6920724bc9dcbc23c54d3b8a788 /network/exim/contrib
parent0b61e6da048bd676bc9dbbd8eacb9210c3282a0f (diff)
downloadslackbuilds-a08a031b9e1f2eee9fd435bf8199a30fb28d4b0d.tar.gz
network/exim: Updated for version 4.95.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/contrib')
-rw-r--r--network/exim/contrib/exim.cron2
-rw-r--r--network/exim/contrib/rc.exim2
2 files changed, 2 insertions, 2 deletions
diff --git a/network/exim/contrib/exim.cron b/network/exim/contrib/exim.cron
index b4b7751ea8..ca15f5bb17 100644
--- a/network/exim/contrib/exim.cron
+++ b/network/exim/contrib/exim.cron
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Exim's spool directory
SPOOL=/var/spool/exim
diff --git a/network/exim/contrib/rc.exim b/network/exim/contrib/rc.exim
index d448ddd708..72ff9cccd1 100644
--- a/network/exim/contrib/rc.exim
+++ b/network/exim/contrib/rc.exim
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Run SMTP listening daemon, do queue runs every 10 mins.
EXIM_ARGS="-bd -q10m"