about summary refs log tree commit diff stats
path: root/linux/conf/pkg-get.conf
diff options
context:
space:
mode:
Diffstat (limited to 'linux/conf/pkg-get.conf')
-rw-r--r--linux/conf/pkg-get.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/linux/conf/pkg-get.conf b/linux/conf/pkg-get.conf
new file mode 100644
index 0000000..7198578
--- /dev/null
+++ b/linux/conf/pkg-get.conf
@@ -0,0 +1,15 @@
+##
+# /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/ports/server|https://tribu.semdestino.org/mirror/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     yes
+
+preferhigher yes      # (yes|no)