diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-27 21:40:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-27 21:40:05 +0000 |
commit | 15cdb0079bec35779f3740a53e32a70eeb9c4184 (patch) | |
tree | 8c276193079b4c538549eb322b751044c55f1cf3 /usr.sbin/pkg_install/sign/INSTALL | |
parent | cff7f5ea4e4e751582a53fe2574a39b52923ddd8 (diff) |
Stand-alone package signer.
Requires pgp for now, though the general scheme is generic.
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. |