merge
This commit is contained in:
commit
408f1beaa2
2 changed files with 2 additions and 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)$
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue