diff options
author | Thomas Morper <thomas@beingboiled.info> | 2022-05-14 08:42:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:50 +0700 |
commit | a08a031b9e1f2eee9fd435bf8199a30fb28d4b0d (patch) | |
tree | b36e9870fb51a6920724bc9dcbc23c54d3b8a788 /network/exim/contrib | |
parent | 0b61e6da048bd676bc9dbbd8eacb9210c3282a0f (diff) | |
download | slackbuilds-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.cron | 2 | ||||
-rw-r--r-- | network/exim/contrib/rc.exim | 2 |
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" |