diff options
author | rillig <rillig> | 2007-05-23 12:36:56 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-05-23 12:36:56 +0000 |
commit | 28b925c7166da70c1880514a680381f27919ee7d (patch) | |
tree | 63fccb72e605d1b3cd897342ee15f7ea47f5b974 /doc/guide | |
parent | 7bf4336a8c440b81166dc716841ae7f496239aff (diff) | |
download | pkgsrc-28b925c7166da70c1880514a680381f27919ee7d.tar.gz |
Extended the warning about bulk builds to say that pretty much anything
may be removed from the filesystem. Fixes PR 36378.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/binary.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index 46d9feaccc9..d9a76cd8c51 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.30 2006/11/23 11:49:55 yyamano Exp $ --> +<!-- $NetBSD: binary.xml,v 1.31 2007/05/23 12:36:56 rillig Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -213,8 +213,12 @@ installed.</para> <warning> - <para>During the bulk build, <emphasis>all packages will be - removed!</emphasis></para> + <para>During the bulk build, <emphasis>all packages, their + configuration files and some more files from + <filename>/var</filename>, <filename>/home</filename> and + possibly other locations will be removed! So don't run a bulk + build with privileges that might harm your + system.</emphasis></para> </warning> <para>Be sure to remove all other things that might |