ports/mail/msmtp/patches/patch-scripts_msmtpqueue_msmtp-runqueue_sh

10 lines
237 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: scripts/msmtpqueue/msmtp-runqueue.sh
--- scripts/msmtpqueue/msmtp-runqueue.sh.orig
+++ scripts/msmtpqueue/msmtp-runqueue.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
QUEUEDIR="$HOME/.msmtpqueue"
LOCKFILE="$QUEUEDIR/.lock"