summaryrefslogtreecommitdiff
path: root/pkgs/msmtp/msmtpq-remove-binary-check.patch
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-12-24 18:01:46 -0600
committerAlejandro Soto <alejandro@34project.org>2025-12-24 18:06:03 -0600
commit5365449cbbee823f7f947e146db1a588e17fa2e9 (patch)
tree8993bb75ca9d6ce0189cffc59f63676d40036f6b /pkgs/msmtp/msmtpq-remove-binary-check.patch
parentff11e502f5c5997581128254dd7843c9e90fd734 (diff)
pkgs/msmtp: update to 25.11
Diffstat (limited to 'pkgs/msmtp/msmtpq-remove-binary-check.patch')
-rw-r--r--pkgs/msmtp/msmtpq-remove-binary-check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/msmtp/msmtpq-remove-binary-check.patch b/pkgs/msmtp/msmtpq-remove-binary-check.patch
new file mode 100644
index 0000000..045f71c
--- /dev/null
+++ b/pkgs/msmtp/msmtpq-remove-binary-check.patch
@@ -0,0 +1,13 @@
+diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq
+index bcb384e..9622e47 100755
+--- a/scripts/msmtpq/msmtpq
++++ b/scripts/msmtpq/msmtpq
+@@ -60,8 +60,6 @@ err() { dsp '' "$@" '' ; exit 1 ; }
+ ## export the location of the msmtp executable before running this script (no quotes !!)
+ ## e.g. ( export MSMTP=/path/to/msmtp )
+ MSMTP="${MSMTP:-msmtp}"
+-"$MSMTP" --version >/dev/null 2>&1 || \
+- log_later -e 1 "msmtpq : can't run the msmtp executable [ $MSMTP ]" # if not found - complain ; quit
+ ##
+ ## set the queue var to the location of the msmtp queue directory
+ ## if the queue dir doesn't yet exist, create it (0700)