diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-10 01:13:56 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-10 01:13:56 +0200 |
| commit | 408f1beaa2f4ea5de1657cfdc4a9062aeeaeab07 (patch) | |
| tree | 30dc6c47f0b7dc142cbf5b08748bc45cde55a64a | |
| parent | dfb0bf24b35f5cabd062958117b6bd198d61b445 (diff) | |
| parent | 151e7561959d327415969bd58e6439c4e98fb903 (diff) | |
| download | plan9front-408f1beaa2f4ea5de1657cfdc4a9062aeeaeab07.tar.xz | |
merge
| -rw-r--r-- | .hgignore | 1 | ||||
| -rwxr-xr-x | lib/rfc/grabrfc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ syntax: regexp ^acme/bin/(386|68000|68020|alpha|amd64|arm|power|power64|sparc|sparc64)(/|$) ^adm/(cache|keys|netkeys|secstore|users|whois|timezone/local)(/|$) ^lib/(ndb|audio|firmware)(/|$) +^lib/rfc/(drafts|index|rfc.*)(/|$) ^sys/doc/.*\.(html|ps|pdf|png|out)$ ^sys/lib/(pkg|lp/log|man/lookman/index)(/|$) ^sys/lib/python/.*\.(pyo|pyc|exe)$ diff --git a/lib/rfc/grabrfc b/lib/rfc/grabrfc index c1fb48971..4e06df312 100755 --- a/lib/rfc/grabrfc +++ b/lib/rfc/grabrfc @@ -36,6 +36,7 @@ ftpfs -q/ -a $user@$dom ftp.ietf.org # copy in new ones found=no LIB=/lib/rfc/drafts +mkdir -p $LIB cd /n/ftp/internet-drafts for(i in *){ target=$i |
