diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-29 12:18:30 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-29 12:18:30 +0000 |
commit | ffe9629a5082b592df7f244740ad5261b00a3efc (patch) | |
tree | 254a0edb71ae6578f8540d1822e7bf86805bfc11 /usr.sbin/pkg_install/create/pkg_create.1 | |
parent | 6a36b63b6e39a16419ce054f6dea04e65c3add07 (diff) |
work around the missing (gtar) -T (--files-from) option of our paxtar
in pkg_create so that it should work now with paxtar (the -X option is
still missing due to missing -X - in the gtar meaning --exclude-from-file
option)
i did it by changing the FreeBSD way of doing it (open a pipe to tar with
-T - (read filenames from stdin) and give all the filenames to the pipe)
to constructing a big :-) argumentlist for tar and executing it without
the pipe (not the best solution but it works :-)
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 5ae3b99c1fb..bdf2b70ca10 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.2 1996/10/08 01:21:01 michaels Exp $ +.\" $OpenBSD: pkg_create.1,v 1.3 1996/12/29 12:18:29 graichen Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -350,7 +350,7 @@ installed, and this package must be deinstalled before the .Ar pkgname package is deinstalled. Multiple .Cm @pkgdep -directives may be used if hte package depends on multiple other packages. +directives may be used if the package depends on multiple other packages. .El .Sh SEE ALSO .Xr pkg_add 1 , |