From 1422eb120510e27b5b93ba66ca1bf509185aabd9 Mon Sep 17 00:00:00 2001 From: Benedikt Böhm Date: Tue, 9 Dec 2008 14:21:52 +0100 Subject: fix typo --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index effb162..269fb61 100644 --- a/README +++ b/README @@ -23,13 +23,17 @@ porticron is available via portage: Configuration ============= -The configuration for porticron is located at ``/etc/porticron.conf``. You can set the following options: +The configuration for porticron is located at ``/etc/porticron.conf``. You can +set the following options: SYNC_CMD - The command porticron should use to synchronize your portage tree. Defaults to ``/usr/bin/emerge --sync``. Set this to ``/bin/true`` if your portage tree is mounted read-only (e.g. via nfs). + The command porticron should use to synchronize your portage tree. Defaults + to ``/usr/bin/emerge --sync``. Set this to ``/bin/true`` if your portage tree + is mounted read-only (e.g. via nfs). UPGRADE_OPTS - Command-line options that should be passed to emerge while scanning for pending upgrades. Defaults to ``--deep --update``. + Command-line options that should be passed to emerge while scanning for + pending upgrades. Defaults to ``--deep --update``. RCPT Recipient of notification mails. Defaults to ``root@$(hostname -f)`` @@ -40,7 +44,7 @@ SENDMAIL Example ======= -An sample of an upgrade notification looks like this: +A sample of an upgrade notification looks like this: :: porticron report [Tue, 09 Dec 2008 05:07:06 +0100] -- cgit v1.2.3-65-gdbad