diff options
Diffstat (limited to 'usr.sbin/pkg_install/sign/INSTALL')
-rw-r--r-- | usr.sbin/pkg_install/sign/INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/sign/INSTALL b/usr.sbin/pkg_install/sign/INSTALL new file mode 100644 index 00000000000..1577272fc8c --- /dev/null +++ b/usr.sbin/pkg_install/sign/INSTALL @@ -0,0 +1,21 @@ +These are just bare bones installation instructions. + +Normally, `make' should be enough to build these tools. +A simpler version can be built by using `make check_sign' +(does not depend on the existence of getpass()) + +You should define PGP and GZCAT in the Makefile if the defaults +(/usr/local/bin/pgp and /usr/bin/gzcat) don't apply. + +There is no install target, just copy pkg_sign and/or check_sign where +you want, along with the manpage. + +You need to install pgp by yourself. This should be pgp 2.63, +as these tools won't work with pgp5. + +A standard Unix environment is assumed. Common functions such +as getopt() or strdup() should be obtained from another free software +package such as libiberty if not available on your platform. + +These tools won't work on Unix-lookalike that don't provide fork() +or popen() without some extensive modifications. |