Sun Jul 27 22:35:02 2008 UTC ()
Remove BUGS entry about hardlinks, it doesn't apply.


(joerg)
diff -r1.28.6.5 -r1.28.6.6 pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1

cvs diff -r1.28.6.5 -r1.28.6.6 pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1 (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1 2008/05/30 13:37:36 1.28.6.5
+++ pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1 2008/07/27 22:35:02 1.28.6.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pkg_add.1,v 1.28.6.5 2008/05/30 13:37:36 wiz Exp $ 1.\" $NetBSD: pkg_add.1,v 1.28.6.6 2008/07/27 22:35:02 joerg Exp $
2.\" 2.\"
3.\" FreeBSD install - a package for the installation and maintenance 3.\" FreeBSD install - a package for the installation and maintenance
4.\" of non-core utilities. 4.\" of non-core utilities.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -501,29 +501,16 @@ and are described in @@ -501,29 +501,16 @@ and are described in
501Initial work and ongoing development. 501Initial work and ongoing development.
502.It "John Kohl" 502.It "John Kohl"
503.Nx 503.Nx
504refinements. 504refinements.
505.It "Hubert Feyrer" 505.It "Hubert Feyrer"
506.Nx 506.Nx
507wildcard dependency processing, pkgdb, upgrading, etc. 507wildcard dependency processing, pkgdb, upgrading, etc.
508.It Thomas Klausner 508.It Thomas Klausner
509HTTP support. 509HTTP support.
510.It Joerg Sonnenberger 510.It Joerg Sonnenberger
511Rewrote most of the code base to work without external commands. 511Rewrote most of the code base to work without external commands.
512.El 512.El
513.Sh BUGS 513.Sh BUGS
514Hard links between files in a distribution are only preserved if either 
515(1) the staging area is on the same file system as the target directory of 
516all the links to the file, or (2) all the links to the file are bracketed by 
517.Cm @cwd 
518directives in the contents file, 
519.Em and 
520and the link names are extracted with a single 
521.Cm tar 
522command (not split between 
523invocations due to exec argument-space limitations--this depends on the 
524value returned by 
525.Fn sysconf _SC_ARG_MAX ) . 
526.Pp 
527Package upgrading needs a lot more work to be really universal. 514Package upgrading needs a lot more work to be really universal.
528.Pp 515.Pp
529Sure to be others. 516Sure to be others.