Module Name:    othersrc
Committed By:   agc
Date:           Tue Oct 28 05:52:13 UTC 2014

Added Files:
        othersrc/external/bsd/multigest/bin: digest

Log Message:
add script to do work of digest(1) using multigest


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/digest

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: othersrc/external/bsd/multigest/bin/digest
diff -u /dev/null othersrc/external/bsd/multigest/bin/digest:1.1
--- /dev/null	Tue Oct 28 05:52:13 2014
+++ othersrc/external/bsd/multigest/bin/digest	Tue Oct 28 05:52:13 2014
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+if [ -x /usr/pkg/bin/digest ]; then
+	exec /usr/pkg/bin/digest $@
+fi
+
+dig=$2
+
+env LD_LIBRARY_PATH=$(pwd)/../lib ./multigest -a ${dig}

Reply via email to