summaryrefslogtreecommitdiff
path: root/mail/gnus/patches/patch-aa
blob: ab1751e0b894af4a659cbaabb74e3dc92ffd38bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.3 2003/12/31 18:39:42 lha Exp $

NetBSD doesn't have a sha1sum, use digest instead

--- lisp/sha1-el.el.orig	2003-12-16 01:57:29.000000000 +0100
+++ lisp/sha1-el.el	2003-12-31 19:18:42.000000000 +0100
@@ -73,7 +73,7 @@
   :type 'integer
   :group 'sha1)
 
-(defcustom sha1-program '("sha1sum")
+(defcustom sha1-program '("digest" "sha1")
   "*Name of program to compute SHA1.
 It must be a string \(program name\) or list of strings \(name and its args\)."
   :type '(repeat string)