15 lines
465 B
Text
15 lines
465 B
Text
$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)
|