diff options
Diffstat (limited to 'doc/pkg-get.conf')
-rw-r--r-- | doc/pkg-get.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/pkg-get.conf b/doc/pkg-get.conf new file mode 100644 index 0000000..9c42044 --- /dev/null +++ b/doc/pkg-get.conf @@ -0,0 +1,13 @@ +## +# /etc/pkg-get.conf +# pkg-get configuration file + +# package repositories (remote) +# The first two are remote repoistories, the last is a local one +pkgdir /usr/packages/server|http://www.somesite.com/packages +pkgdir /usr/packages/java|http://www.foobar.com/java +pkgdir /usr/packages/games + +# runscripts: if "yes" pre-post install scripts are +# automatically executed. Handle with care. +runscripts no |