diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-04-02 17:25:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-04-02 17:25:54 +0000 |
commit | 304550e8e00867ec4ae0cf0126a52d79231e0caa (patch) | |
tree | b7e003f5d049c7d58734a011e6d539c8882fdc59 | |
parent | 7c98ecacfb0f16e0a91a74652ef4cc8fec519d7b (diff) |
Satisfy boss.
-rw-r--r-- | usr.sbin/pkg/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/pkg/pkg.1 | 44 |
2 files changed, 46 insertions, 2 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile index 3c0725775c2..0fc304fbe0b 100644 --- a/usr.sbin/pkg/Makefile +++ b/usr.sbin/pkg/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2001/04/02 10:11:16 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2001/04/02 17:25:53 espie Exp $ -NOMAN= NOPROG= +MAN= pkg.1 afterinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ diff --git a/usr.sbin/pkg/pkg.1 b/usr.sbin/pkg/pkg.1 new file mode 100644 index 00000000000..ae64f2df423 --- /dev/null +++ b/usr.sbin/pkg/pkg.1 @@ -0,0 +1,44 @@ +.\" $OpenBSD: pkg.1,v 1.1 2001/04/02 17:25:53 espie Exp $ +.\" +.\" Copyright (c) 2001 Marc Espie +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +.\" CAUSED AND ON ANY 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 April 2, 2001 +.Dt PKG 1 +.Os +.Sh NAME +.Nm pkg +.Nd replacement-to-be of pkg_* tools. +.Sh DESCRIPTION +.Nm +is meant to be a replacement of the old pkg_* tools. +For the time being, it should only be invoked internally by +.Xr pkg_add 1 , +to handle dependencies. +.Sh AUTHOR +This program was written by Marc Espie. +.Sh BUGS +This program's design is not even finished yet. +.Sh SEE ALSO +.Xr pkg_add 1 |