9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Sean Hinchee <henesy.dev@gmail.com>
To: 9front@9front.org
Subject: [9front] Patch for dict to remove sources references
Date: Fri, 7 Sep 2018 11:03:21 -0500	[thread overview]
Message-ID: <0f2dc75a-ff0c-6971-79c7-ab2f27504172@gmail.com> (raw)

The below patch removes references to sources from /lib/dict. This is 
probably for the best as sources is gone. I wasn't sure whether 
something shipped with 9front should rely on 9p.io despite it probably 
being more up to date, so I referenced the sources mirror on 
contrib.9front.org as such.

diff -r d7f302d0a2a5 lib/dict/README.pgw
--- a/lib/dict/README.pgw	Tue Sep 04 20:55:10 2018 +0200
+++ b/lib/dict/README.pgw	Fri Sep 07 10:55:35 2018 -0500
@@ -1,7 +1,7 @@
  To get the Project Gutenberg dictionary use

-	9fs sources
-	cp /n/sources/extra/pgw.tar.bz2 /tmp
+	9fs contrib.9front.org
+	cp /n/contrib.9front.org/sources/extra/pgw.tar.bz2 /tmp
  	cd /lib/dict
  	bunzip2 < /tmp/pgw.tar.bz2 | tar x

diff -r d7f302d0a2a5 lib/dict/README.roget
--- a/lib/dict/README.roget	Tue Sep 04 20:55:10 2018 +0200
+++ b/lib/dict/README.roget	Fri Sep 07 10:55:35 2018 -0500
@@ -1,5 +1,5 @@
  To get the Project Gutenberg Roget's thesaurus use

-	9fs sources
-	cp /n/sources/extra/roget/* /lib/dict
+	9fs contrib.9front.org
+	cp /n/contrib.9front.org/sources/extra/roget/* /lib/dict

Cheers,
Sean


                 reply	other threads:[~2018-09-07 16:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f2dc75a-ff0c-6971-79c7-ab2f27504172@gmail.com \
    --to=henesy.dev@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).