blob: f0f2277d95e68e7a1a24c01fe961917093199320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.4 2006/11/10 17:57:51 perry Exp $
NetBSD doesn't have a sha1sum, use digest instead
--- lisp/sha1.el.orig 2006-02-07 23:18:30.000000000 -0500
+++ lisp/sha1.el
@@ -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)
|