diff options
author | Benedikt Böhm <bb@xnull.de> | 2008-10-31 09:02:26 +0100 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2008-10-31 09:02:26 +0100 |
commit | f118e729a83d1aae8923c92c672e2936f8583bf0 (patch) | |
tree | 1c92ca6653bc7d3ae8b67591787cbf45b64976bd | |
parent | gentoo bug #244873 - config file support (diff) | |
download | porticron-f118e729a83d1aae8923c92c672e2936f8583bf0.tar.gz porticron-f118e729a83d1aae8923c92c672e2936f8583bf0.tar.bz2 porticron-f118e729a83d1aae8923c92c672e2936f8583bf0.zip |
consistency
-rw-r--r-- | etc/porticron.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf index 8c87883..82e5ac0 100644 --- a/etc/porticron.conf +++ b/etc/porticron.conf @@ -14,4 +14,4 @@ SYNC_CMD="/usr/bin/emerge --sync" UPGRADE_OPTS="--deep --update" # recipient for reports -#RCPT=root@$(hostname -f) +RCPT=root@$(hostname -f) |