diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-10-20 17:28:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-10-20 17:28:11 +0000 |
commit | 311fd4b365276033733ce3c51f601a7f9492c314 (patch) | |
tree | d3197c19e9a256a04191d3dcbe4ecec1b8b464fe /usr.sbin | |
parent | 329055b02bdb42b2d649e8711efb65d24c82ab78 (diff) |
Forgot that one.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/Makefile.bsd-wrapper | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg.1 | 44 |
2 files changed, 45 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/Makefile.bsd-wrapper b/usr.sbin/pkg_add/Makefile.bsd-wrapper index 70eabb53c09..b35b506a027 100644 --- a/usr.sbin/pkg_add/Makefile.bsd-wrapper +++ b/usr.sbin/pkg_add/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ .BEGIN: @if [ ${.CURDIR} != ${.OBJDIR} ]; then ${LNDIR} -s -e obj -e obj.${MACHINE_ARCH} -e Makefile.bsd-wrapper ${.CURDIR}; fi -MAN=pkg_add.1 pkg_info.1 pkg_create.1 pkg_delete.1 +MAN=pkg_add.1 pkg_info.1 pkg_create.1 pkg_delete.1 pkg.1 depend: perl ${.CURDIR}/Makefile.PL diff --git a/usr.sbin/pkg_add/pkg.1 b/usr.sbin/pkg_add/pkg.1 new file mode 100644 index 00000000000..86ca1a2f889 --- /dev/null +++ b/usr.sbin/pkg_add/pkg.1 @@ -0,0 +1,44 @@ +.\" $OpenBSD: pkg.1,v 1.1 2003/10/20 17:28:10 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 SEE ALSO +.Xr pkg_add 1 +.Sh AUTHORS +This program was written by Marc Espie. +.Sh BUGS +This program's design is not even finished yet. |