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 == | ||
+ | |||
+ | < | ||
+ | # use emerge for synchronisation | ||
+ | # | ||
+ | |||
+ | # use eix-sync instead of emerge --sync | ||
+ | SYNC_CMD="/ | ||
+ | |||
+ | # do not synchronize (e.g. if PORTDIR is mounted read-only) | ||
+ | # | ||
+ | |||
+ | # use layman for synchronizing overlays | ||
+ | # | ||
+ | |||
+ | # do not synchronize overlays | ||
+ | SYNC_OVERLAYS_CMD="/ | ||
+ | |||
+ | # include a report of changed ebuilds | ||
+ | # | ||
+ | |||
+ | # emerge upgrade options | ||
+ | UPGRADE_OPTS=" | ||
+ | |||
+ | # recipient for reports | ||
+ | RCPT= | ||
+ | |||
+ | # path to sendmail binary | ||
+ | SENDMAIL=/ | ||
+ | |||
+ | # send each unique notification e-mail only once | ||
+ | CHECK_DUP_MSG=1 | ||
+ | </ | ||
+ | |||
+ | == Cron job == | ||
+ | |||
+ | < | ||
+ | # Porticron | ||
+ | 0 8 * * 5 / | ||
+ | </ |