diff options
Diffstat (limited to 'base/pkg-get/pkg-get.conf')
-rw-r--r-- | base/pkg-get/pkg-get.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/pkg-get/pkg-get.conf b/base/pkg-get/pkg-get.conf new file mode 100644 index 000000000..ebbff51e3 --- /dev/null +++ b/base/pkg-get/pkg-get.conf @@ -0,0 +1,11 @@ +## +# /etc/pkg-get.conf +# pkg-get configuration file +# package repositories (remote) +# The first two are remote repoistories, the last is a local one +pkgdir /srv/NuTyX/locale +pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/2009/uname-m/test +pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/2009/uname-m/release +# runscripts: if "yes" pre-post install scripts are +# automatically executed. Handle with care. +runscripts yes |