aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2008-10-31 08:58:55 +0100
committerBenedikt Böhm <bb@xnull.de>2008-10-31 08:58:55 +0100
commitb49a2d87517802e6d92049f92a9a4b5d487597ea (patch)
tree687e5c890a447eb1f58d4b7986e60d18bd1975bc /etc
parentadd copyright and license (diff)
downloadporticron-b49a2d87517802e6d92049f92a9a4b5d487597ea.tar.gz
porticron-b49a2d87517802e6d92049f92a9a4b5d487597ea.tar.bz2
porticron-b49a2d87517802e6d92049f92a9a4b5d487597ea.zip
gentoo bug #244873 - config file support
* add SYNC_CMD option * add DIFF_CMD option * add UPGRADE_OPTS option * add RCPT option * add license & copyright
Diffstat (limited to 'etc')
-rw-r--r--etc/porticron.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf
new file mode 100644
index 0000000..8c87883
--- /dev/null
+++ b/etc/porticron.conf
@@ -0,0 +1,17 @@
+# use emerge for synchronisation
+SYNC_CMD="/usr/bin/emerge --sync"
+
+# use eix-sync instead of emerge --sync
+#SYNC_CMD="/usr/bin/eix-sync"
+
+# do not synchronize (e.g. if PORTDIR is mounted read-only)
+#SYNC_CMD="/bin/true"
+
+# include a report of changed ebuilds
+#DIFF_CMD="/usr/bin/eix-sync -d"
+
+# emerge upgrade options
+UPGRADE_OPTS="--deep --update"
+
+# recipient for reports
+#RCPT=root@$(hostname -f)