summaryrefslogtreecommitdiff
path: root/man/5
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-13 09:35:00 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-13 09:52:31 +0200
commita3238f0c34a6ac9673201fa862d7cbed3a9f70dd (patch)
tree05f28bf3cf3bc0e1d1126169b11ad3b5ad041427 /man/5
parent3834853f5f312086daf6894b2ccfeaac24ab0bac (diff)
Support more than one package root
IMPORTANT: You'll need to update your pkglist script
Diffstat (limited to 'man/5')
-rw-r--r--man/5/caretaker.conf.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod
index 2fe9089..b1564b3 100644
--- a/man/5/caretaker.conf.pod
+++ b/man/5/caretaker.conf.pod
@@ -22,10 +22,11 @@ The text in [these braces] is the default value.
=over
-=item B<PKG_ROOT>=I<url> (--packageroot I<url>)
+=item B<PKG_ROOTS>=(I<url1> I<url2> I<...>) (--packageroot I<url>)
-the package root path.
+the package root paths.
I<url> may either be of the form C<ssh://host/path> or C</path>.
+At least one must be set.
=item B<PKGLIST_PATH>=I<path> [$PKG_PATH/pkglist]