[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/rfc/rfc.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Request for Comments - The Internet Standards and more [T] The Requests for Comments (RFCs) form a series of notes, started in 1969, [T] about the Internet (originally the ARPANET). The notes discuss many aspects [T] of computer communication, focusing on networking protocols, procedures, [T] programs, and concepts but also including meeting notes, opinion, and [T] sometimes humor. [U] https://www.rfc-editor.org/ [U] https://www.ietf.org/ [A] Various People [M] Rene Rebe [C] extra/documentation [F] CROSS [L] Unknown [S] Stable [V] 20221011 [CV-FLAGS] NO-AUTO [D] X RFCs0001-0500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs0501-1000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs1001-1500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs1501-2000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs2001-2500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs2501-3000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs3001-3500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs3501-4000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs4001-4500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs4501-5000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs5001-5500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs5501-6000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs6001-6500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs6501-7000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs7001-7500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs7501-8000.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs8001-8500.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ [D] X RFCs8501-latest.tar.gz http://ftp.rfc-editor.org/in-notes/tar/ rfc_main() { cd $root/usr/share/doc; mkdir -p RFC; cd RFC for x in `match_source_file -p RFC`; do echo "Extracting ${x##*/} ..." tar --no-same-owner $taropt $x done rm -rf nfs/ tar/ readme-rfc-all-tar.txt ver=`ls rfc[0-9]*.txt | cut -f1 -d. | cut -c4- | sort -n | tail -n 1` } autoextract=0 runmake=0 hook_add postmake 5 "rfc_main"