Hi! Hoping that I've subscribed to the right list and all, here; one of the issues I ran into was that the link to sign up was wrong! So here are two fairly trivial patches (attached). Let me know if I've mucked up formatting or anything, please. Chris Angelico
From 4e50c8479832c4e8926f5402c0d81636ccdacdba Mon Sep 17 00:00:00 2001 From: Chris Angelico <rosuav@xxxxxxxxx> Date: Tue, 5 May 2015 03:22:13 +1000 Subject: [PATCH 1/2] Fix directory name for current versions of git --- lartc.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lartc.db b/lartc.db index ab12035..ad17019 100644 --- a/lartc.db +++ b/lartc.db @@ -341,7 +341,7 @@ $ git clone git://repo.or.cz/lartc.git or (if you're behind a firewall which only allows HTTP) $ git clone http://repo.or.cz/r/lartc.git Enter the checked out directory: -$ cd lartc.git +$ cd lartc If you want to update your local copy, run $ git pull </Screen> -- 2.2.1.212.gc5b9256
From 981df7f752d7617c296e7d6056ef5983246f199d Mon Sep 17 00:00:00 2001 From: Chris Angelico <rosuav@xxxxxxxxx> Date: Tue, 5 May 2015 03:25:14 +1000 Subject: [PATCH 2/2] Correct the URL for the mailing list sign-up (at least, I think so?) --- lartc.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lartc.db b/lartc.db index ad17019..4680626 100644 --- a/lartc.db +++ b/lartc.db @@ -376,7 +376,7 @@ The authors receive an increasing amount of mail about this HOWTO. Because of the clear interest of the community, it has been decided to start a mailinglist where people can talk to each other about Advanced Routing and Traffic Control. You can subscribe to the list -<ULink URL="http://mailman.ds9a.nl/mailman/listinfo/lartc">here</ULink>. +<ULink URL="http://vger.kernel.org/vger-lists.html#lartc">here</ULink>. </Para> <Para> -- 2.2.1.212.gc5b9256