diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-10-29 09:16:04 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-10-29 09:16:04 +0000 |
commit | 3bbbe5b8ce319e42892d378b832ec4eb444528c1 (patch) | |
tree | fefc9a46ab2a287af98e3f72441340750b4a8810 /share/man/man7 | |
parent | 7ae52da3e5c3f7957be6247ff76a1fbb6ede5d2a (diff) |
talk about pkg-readmes and /etc/rc.d
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/packages.7 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 9b729f346d5..9bf659f63bb 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.28 2009/04/13 22:44:16 schwarze Exp $ +.\" $OpenBSD: packages.7,v 1.29 2010/10/29 09:16:03 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (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 $Mdocdate: April 13 2009 $ +.Dd $Mdocdate: October 29 2010 $ .Dt PACKAGES 7 .Os .Sh NAME @@ -97,6 +97,8 @@ and some web packages, which install under Some packages installation scripts will also create new configuration files in .Pa /etc , +install daemon control scripts in +.Pa /etc/rc.d , or need some working directory under .Pa /var to function correctly (e.g., @@ -104,6 +106,10 @@ to function correctly (e.g., or .Nm mysql ) . .Pp +.Ox +specific information installs under +.Pa /usr/local/share/doc/pkg-readmes . +.Pp The current package system has some major limitations. .Ss "The package system is not aware of shared network installations" And thus, it does not handle that situation well. |