summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/sign/pkg_sign.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/sign/pkg_sign.1')
-rw-r--r--usr.sbin/pkg_install/sign/pkg_sign.139
1 files changed, 19 insertions, 20 deletions
diff --git a/usr.sbin/pkg_install/sign/pkg_sign.1 b/usr.sbin/pkg_install/sign/pkg_sign.1
index 8c398d13ae5..e62ce5c21c2 100644
--- a/usr.sbin/pkg_install/sign/pkg_sign.1
+++ b/usr.sbin/pkg_install/sign/pkg_sign.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_sign.1,v 1.8 2003/06/04 04:29:03 deraadt Exp $
+.\" $OpenBSD: pkg_sign.1,v 1.9 2003/06/12 12:59:52 jmc Exp $
.\"
.\" Copyright (c) 1999 Marc Espie.
.\"
@@ -22,7 +22,6 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
.Dd September 24, 1999
.Dt PKG_SIGN 1
.Os
@@ -112,6 +111,19 @@ For
.Nm pkg_check ,
this usually indicates that the package is not signed, or that the
signature is forged.
+.Sh FILES
+.Bl -tag -width "/usr/local/bin/pgp" -compact
+.It Pa file.sign
+Temporary file built by
+.Nm pkg_sign
+from
+.Ar file .
+.It Pa /usr/local/bin/pgp
+Default path to
+.Xr pgp 1 .
+.It Pa /var/db/pkgs/SHA1
+Recorded checksums.
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "File %s is already signed"
@@ -128,6 +140,11 @@ The extended area of the gzip file has been used for an unknown purpose.
The gzip file uses a very early version of package signing that was
substantially slower.
.El
+.Sh SEE ALSO
+.Xr gzip 1 ,
+.Xr pgp 1 ,
+.Xr pkg_add 1 ,
+.Xr sha1 1
.Sh BUGS
.Xr pgp 1
is an ill-designed program, which is hard to interface with.
@@ -145,21 +162,3 @@ Paths to
.Nm pgp
and
the checksum file are hard-coded to avoid tampering and hinder flexibility.
-.Sh FILES
-.Bl -tag -width "/usr/local/bin/pgp" -compact
-.It Pa file.sign
-Temporary file built by
-.Nm pkg_sign
-from
-.Ar file .
-.It Pa /usr/local/bin/pgp
-Default path to
-.Xr pgp 1 .
-.It Pa /var/db/pkgs/SHA1
-Recorded checksums.
-.El
-.Sh SEE ALSO
-.Xr gzip 1 ,
-.Xr pgp 1 ,
-.Xr pkg_add 1 ,
-.Xr sha1 1