On 05/08/13 19:07, Petr Salinger wrote: > lftp -e 'mget manpages.a?;exit' > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/$(VER)-RELEASE/manpages/ > > does not work and "get-orig-source have to be rewritten".
It seems the manpages are distributed as part of the base.txz now, but downloading ~57 MiB seems wasteful, e.g.: $ wget -O- 'http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/9.1-RELEASE/base.txz' | tar -Jxvf - ./usr/share/man Is there any reason we don't get these from SVN like most other things? $ svn export "http://svn.freebsd.org/base/releng/$(VER)/share/man/" Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/51fff7d4.4090...@pyro.eu.org