NetBSD/usr.bin/bdes/bdes.sh
cgd 6cd3df5d59 add dummy bdes script, which prints an error to stderr and exits with an
error code.  include manual page, because it's exportable.  note in manual
page that installed version doesn't actually work.
1995-07-24 04:30:47 +00:00

7 lines
124 B
Bash

#!/bin/sh
# bdes cannot be exported, so this is just a do-nothing script.
echo "$0: encryption not supported" 1>&2
exit 1