summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--documentation/adminguide.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d13e33aa..f74bfd18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boxbackup (0.11~rc2-4) unstable; urgency=low
+
+ * add a note to documentation about adjusted syslog facility.
+
+ -- Reinhard Tartler <siretart@tauware.de> Thu, 24 Jul 2008 15:20:32 +0200
+
boxbackup (0.11~rc2-3.1) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
diff --git a/documentation/adminguide.xml b/documentation/adminguide.xml
index d3552725..4a6180ad 100644
--- a/documentation/adminguide.xml
+++ b/documentation/adminguide.xml
@@ -286,6 +286,12 @@ local5.info /var/log/raidfile</programlisting>
<para><emphasis role="bold">Note:</emphasis> Separators must be tabs,
otherwise these entries will be ignored.</para>
+ <para><emphasis role="bold">Note2:</emphasis> The packaged
+ debian and ubuntu versions of boxbackup do not log to local6,
+ but to the more standard 'daemon' facility. This means you
+ should not have anything to do to your syslog configuration,
+ since it is configured to be logged by default.</para>
+
<programlisting>touch /var/log/box
touch /var/log/raidfile</programlisting>