9fc0f6
From c1dfe1e12f7f37d3f3ad13160146a551a396f3c0 Mon Sep 17 00:00:00 2001
9fc0f6
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
9fc0f6
Date: Thu, 24 Oct 2013 00:45:10 -0400
9fc0f6
Subject: [PATCH] catalog: remove links to non-existent wiki pages
9fc0f6
9fc0f6
AFAIK, we don't have even one page with message explanations.
9fc0f6
If/when we add them, we can add links.
9fc0f6
9fc0f6
https://bugzilla.redhat.com/show_bug.cgi?id=1017161
9fc0f6
---
9fc0f6
 catalog/systemd.catalog | 9 ---------
9fc0f6
 1 file changed, 9 deletions(-)
9fc0f6
9fc0f6
diff --git a/catalog/systemd.catalog b/catalog/systemd.catalog
9fc0f6
index 892b2ad..3c2fe64 100644
9fc0f6
--- a/catalog/systemd.catalog
9fc0f6
+++ b/catalog/systemd.catalog
9fc0f6
@@ -204,7 +204,6 @@ Unit @UNIT@ has begun shutting down.
9fc0f6
 Subject: Unit @UNIT@ has finished shutting down
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 Unit @UNIT@ has finished shutting down.
9fc0f6
 
9fc0f6
@@ -212,7 +211,6 @@ Unit @UNIT@ has finished shutting down.
9fc0f6
 Subject: Unit @UNIT@ has failed
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 Unit @UNIT@ has failed.
9fc0f6
 
9fc0f6
@@ -222,7 +220,6 @@ The result is @RESULT@.
9fc0f6
 Subject: Unit @UNIT@ has begun with reloading its configuration
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 Unit @UNIT@ has begun with reloading its configuration
9fc0f6
 
9fc0f6
@@ -230,7 +227,6 @@ Unit @UNIT@ has begun with reloading its configuration
9fc0f6
 Subject: Unit @UNIT@ has finished reloading its configuration
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 Unit @UNIT@ has finished reloading its configuration
9fc0f6
 
9fc0f6
@@ -240,7 +236,6 @@ The result is @RESULT@.
9fc0f6
 Subject: Process @EXECUTABLE@ could not be executed
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 The process @EXECUTABLE@ could not be executed and failed.
9fc0f6
 
9fc0f6
@@ -250,7 +245,6 @@ The error number returned while executing this process is @ERRNO@.
9fc0f6
 Subject: One or more messages could not be forwarded to syslog
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 One or more messages could not be forwarded to the syslog service
9fc0f6
 running side-by-side with journald. This usually indicates that the
9fc0f6
@@ -261,7 +255,6 @@ messages queued.
9fc0f6
 Subject: Mount point is not empty
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 The directory @WHERE@ is specified as the mount point (second field in
9fc0f6
 /etc/fstab or Where= field in systemd unit file) and is not empty.
9fc0f6
@@ -274,7 +267,6 @@ location.
9fc0f6
 Subject: A virtual machine or container has been started
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 The virtual machine @NAME@ with its leader PID @LEADER@ has been
9fc0f6
 started is now ready to use.
9fc0f6
@@ -283,7 +275,6 @@ started is now ready to use.
9fc0f6
 Subject: A virtual machine or container has been terminated
9fc0f6
 Defined-By: systemd
9fc0f6
 Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
9fc0f6
-Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
9fc0f6
 
9fc0f6
 The virtual machine @NAME@ with its leader PID @LEADER@ has been
9fc0f6
 shut down.