no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


porticron [2015/06/01 23:17] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== porticron ======
  
 +== Sample config ==
 +
 +<code>
 +# 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"
 +
 +# use layman for synchronizing overlays
 +#SYNC_OVERLAYS_CMD="/usr/bin/layman --sync-all"
 +
 +# do not synchronize overlays
 +SYNC_OVERLAYS_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=
 +
 +# path to sendmail binary
 +SENDMAIL=/usr/sbin/sendmail
 +
 +# send each unique notification e-mail only once
 +CHECK_DUP_MSG=1
 +</code>
 +
 +== Cron job ==
 +
 +<code>
 +# Porticron
 +0 8 * * 5       /usr/sbin/porticron
 +</code>

Navigation
QR Code
QR Code porticron (generated for current page)