diff options
author | clement <clement@FreeBSD.org> | 2004-02-11 21:25:38 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-11 21:25:38 +0800 |
commit | d58e9d49b2ea6a7b512c6e2a2a98775029e16fc2 (patch) | |
tree | ca9f66879925f1a80cfecae90709c37c0e18f206 /misc/Howto | |
parent | a7abc2e7fd5790c599c2c76df0ae5ff624612069 (diff) | |
download | freebsd-ports-gnome-d58e9d49b2ea6a7b512c6e2a2a98775029e16fc2.tar.gz freebsd-ports-gnome-d58e9d49b2ea6a7b512c6e2a2a98775029e16fc2.tar.zst freebsd-ports-gnome-d58e9d49b2ea6a7b512c6e2a2a98775029e16fc2.zip |
misc category cleanup part 1 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- SIZEify port (except biblereader)
- make portlint happy
* Howto:
- use BZIP2_CMD and UNZIP_CMD
- fix MASTER_SITES
- update NIS-HOWTO
- make portlint happy
- bump PORTREVISION
* bb
- kill pkg-plist
* boxes
- kill pkg-plist
PR: 61024
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
Diffstat (limited to 'misc/Howto')
-rw-r--r-- | misc/Howto/Makefile | 27 | ||||
-rw-r--r-- | misc/Howto/distinfo | 7 | ||||
-rw-r--r-- | misc/Howto/pkg-plist | 410 |
3 files changed, 225 insertions, 219 deletions
diff --git a/misc/Howto/Makefile b/misc/Howto/Makefile index 1cec1806a217..7570bea1246a 100644 --- a/misc/Howto/Makefile +++ b/misc/Howto/Makefile @@ -7,10 +7,9 @@ PORTNAME= Howto PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/sgml/ \ - ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/other-formats/sgml/ \ ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/docbook/ DISTFILES= Linux+FreeBSD.sgml.gz \ DNS-HOWTO.sgml.gz \ @@ -25,20 +24,22 @@ BUILD_DEPENDS= sgmlfmt:${PORTSDIR}/textproc/sgmlformat DIST_SUBDIR= Howto NO_WRKSUBDIR= yes +USE_ZIP= yes +USE_BZIP2= yes do-extract: @${MKDIR} ${WRKSRC} - @for file in ${DISTFILES}; do \ - ${CP} ${_DISTDIR}/$$file ${WRKSRC} ; \ - case $$file in \ + @for f in ${DISTFILES}; do \ + ${CP} ${_DISTDIR}/$$f ${WRKSRC} ; \ + case $$f in \ *.Z|*.gz) \ - ${GZIP_CMD} -d ${WRKSRC}/$$file ; \ + ${GZIP_CMD} -d ${WRKSRC}/$$f ; \ ;; \ *.zip) \ - cd ${WRKSRC} && unzip $$file ; \ + cd ${WRKSRC} && ${UNZIP_CMD} $$f ; \ ;; \ *.bz2) \ - bzip2 -d ${WRKSRC}/$$file ; \ + ${BZIP2_CMD} -d ${WRKSRC}/$$f ; \ ;; \ esac; \ done @@ -51,10 +52,10 @@ do-build: .endfor do-install: - @${MKDIR} ${PREFIX}/share/doc/Howto/HTML - @${INSTALL_MAN} ${FILESDIR}/HOWTO-INDEX.html ${PREFIX}/share/doc/Howto - @${INSTALL_MAN} ${WRKSRC}/*.html ${PREFIX}/share/doc/Howto/HTML - @${INSTALL_MAN} ${WRKSRC}/*.latin1 ${PREFIX}/share/doc/Howto - @${INSTALL_MAN} ${WRKSRC}/*.ascii ${PREFIX}/share/doc/Howto + @${MKDIR} ${DOCSDIR}/HTML + @${INSTALL_MAN} ${FILESDIR}/HOWTO-INDEX.html ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/*.html ${DOCSDIR}/HTML + @${INSTALL_MAN} ${WRKSRC}/*.latin1 ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/*.ascii ${DOCSDIR} .include <bsd.port.mk> diff --git a/misc/Howto/distinfo b/misc/Howto/distinfo index 2c59db8930e2..a1af509584d8 100644 --- a/misc/Howto/distinfo +++ b/misc/Howto/distinfo @@ -1,5 +1,10 @@ MD5 (Howto/Linux+FreeBSD.sgml.gz) = 6c24d994421b4c336f7f7621fd849858 +SIZE (Howto/Linux+FreeBSD.sgml.gz) = 7530 MD5 (Howto/DNS-HOWTO.sgml.gz) = 86b63214d1f0bec0b26a4fc62816a13d -MD5 (Howto/NIS-HOWTO.sgml.gz) = cfe7b8f28476e3b236b083e8f08295d6 +SIZE (Howto/DNS-HOWTO.sgml.gz) = 28065 MD5 (Howto/NFS-HOWTO.sgml.gz) = 8f610c8c0329e5637eaf2a8185a480b0 +SIZE (Howto/NFS-HOWTO.sgml.gz) = 743 +MD5 (Howto/NIS-HOWTO.sgml.gz) = cfe7b8f28476e3b236b083e8f08295d6 +SIZE (Howto/NIS-HOWTO.sgml.gz) = 17702 MD5 (Howto/Security-HOWTO.sgml.gz) = da012cfb35ad470a18bd20d8a24a0d87 +SIZE (Howto/Security-HOWTO.sgml.gz) = 51824 diff --git a/misc/Howto/pkg-plist b/misc/Howto/pkg-plist index 9455d7b2bc67..105c4a60c151 100644 --- a/misc/Howto/pkg-plist +++ b/misc/Howto/pkg-plist @@ -1,205 +1,205 @@ -share/doc/Howto/DNS-HOWTO.ascii -share/doc/Howto/DNS-HOWTO.latin1 -share/doc/Howto/HOWTO-INDEX.html -share/doc/Howto/HTML/DNS-HOWTO.html -share/doc/Howto/HTML/DNS-HOWTO1.html -share/doc/Howto/HTML/DNS-HOWTO10.html -share/doc/Howto/HTML/DNS-HOWTO11.html -share/doc/Howto/HTML/DNS-HOWTO12.html -share/doc/Howto/HTML/DNS-HOWTO13.html -share/doc/Howto/HTML/DNS-HOWTO14.html -share/doc/Howto/HTML/DNS-HOWTO15.html -share/doc/Howto/HTML/DNS-HOWTO16.html -share/doc/Howto/HTML/DNS-HOWTO17.html -share/doc/Howto/HTML/DNS-HOWTO18.html -share/doc/Howto/HTML/DNS-HOWTO19.html -share/doc/Howto/HTML/DNS-HOWTO2.html -share/doc/Howto/HTML/DNS-HOWTO20.html -share/doc/Howto/HTML/DNS-HOWTO21.html -share/doc/Howto/HTML/DNS-HOWTO22.html -share/doc/Howto/HTML/DNS-HOWTO23.html -share/doc/Howto/HTML/DNS-HOWTO24.html -share/doc/Howto/HTML/DNS-HOWTO25.html -share/doc/Howto/HTML/DNS-HOWTO26.html -share/doc/Howto/HTML/DNS-HOWTO27.html -share/doc/Howto/HTML/DNS-HOWTO28.html -share/doc/Howto/HTML/DNS-HOWTO29.html -share/doc/Howto/HTML/DNS-HOWTO3.html -share/doc/Howto/HTML/DNS-HOWTO30.html -share/doc/Howto/HTML/DNS-HOWTO31.html -share/doc/Howto/HTML/DNS-HOWTO32.html -share/doc/Howto/HTML/DNS-HOWTO33.html -share/doc/Howto/HTML/DNS-HOWTO34.html -share/doc/Howto/HTML/DNS-HOWTO35.html -share/doc/Howto/HTML/DNS-HOWTO4.html -share/doc/Howto/HTML/DNS-HOWTO5.html -share/doc/Howto/HTML/DNS-HOWTO6.html -share/doc/Howto/HTML/DNS-HOWTO7.html -share/doc/Howto/HTML/DNS-HOWTO8.html -share/doc/Howto/HTML/DNS-HOWTO9.html -share/doc/Howto/HTML/DNS-HOWTO_toc.html -share/doc/Howto/HTML/Linux+FreeBSD.html -share/doc/Howto/HTML/Linux+FreeBSD1.html -share/doc/Howto/HTML/Linux+FreeBSD10.html -share/doc/Howto/HTML/Linux+FreeBSD11.html -share/doc/Howto/HTML/Linux+FreeBSD12.html -share/doc/Howto/HTML/Linux+FreeBSD13.html -share/doc/Howto/HTML/Linux+FreeBSD14.html -share/doc/Howto/HTML/Linux+FreeBSD15.html -share/doc/Howto/HTML/Linux+FreeBSD16.html -share/doc/Howto/HTML/Linux+FreeBSD17.html -share/doc/Howto/HTML/Linux+FreeBSD18.html -share/doc/Howto/HTML/Linux+FreeBSD2.html -share/doc/Howto/HTML/Linux+FreeBSD3.html -share/doc/Howto/HTML/Linux+FreeBSD4.html -share/doc/Howto/HTML/Linux+FreeBSD5.html -share/doc/Howto/HTML/Linux+FreeBSD6.html -share/doc/Howto/HTML/Linux+FreeBSD7.html -share/doc/Howto/HTML/Linux+FreeBSD8.html -share/doc/Howto/HTML/Linux+FreeBSD9.html -share/doc/Howto/HTML/Linux+FreeBSD_toc.html -share/doc/Howto/HTML/NFS-HOWTO.html -share/doc/Howto/HTML/NFS-HOWTO_toc.html -share/doc/Howto/HTML/NIS-HOWTO.html -share/doc/Howto/HTML/NIS-HOWTO1.html -share/doc/Howto/HTML/NIS-HOWTO10.html -share/doc/Howto/HTML/NIS-HOWTO11.html -share/doc/Howto/HTML/NIS-HOWTO12.html -share/doc/Howto/HTML/NIS-HOWTO13.html -share/doc/Howto/HTML/NIS-HOWTO14.html -share/doc/Howto/HTML/NIS-HOWTO15.html -share/doc/Howto/HTML/NIS-HOWTO16.html -share/doc/Howto/HTML/NIS-HOWTO17.html -share/doc/Howto/HTML/NIS-HOWTO18.html -share/doc/Howto/HTML/NIS-HOWTO19.html -share/doc/Howto/HTML/NIS-HOWTO2.html -share/doc/Howto/HTML/NIS-HOWTO20.html -share/doc/Howto/HTML/NIS-HOWTO21.html -share/doc/Howto/HTML/NIS-HOWTO22.html -share/doc/Howto/HTML/NIS-HOWTO23.html -share/doc/Howto/HTML/NIS-HOWTO24.html -share/doc/Howto/HTML/NIS-HOWTO25.html -share/doc/Howto/HTML/NIS-HOWTO26.html -share/doc/Howto/HTML/NIS-HOWTO27.html -share/doc/Howto/HTML/NIS-HOWTO28.html -share/doc/Howto/HTML/NIS-HOWTO29.html -share/doc/Howto/HTML/NIS-HOWTO3.html -share/doc/Howto/HTML/NIS-HOWTO30.html -share/doc/Howto/HTML/NIS-HOWTO31.html -share/doc/Howto/HTML/NIS-HOWTO32.html -share/doc/Howto/HTML/NIS-HOWTO33.html -share/doc/Howto/HTML/NIS-HOWTO34.html -share/doc/Howto/HTML/NIS-HOWTO35.html -share/doc/Howto/HTML/NIS-HOWTO36.html -share/doc/Howto/HTML/NIS-HOWTO37.html -share/doc/Howto/HTML/NIS-HOWTO38.html -share/doc/Howto/HTML/NIS-HOWTO39.html -share/doc/Howto/HTML/NIS-HOWTO4.html -share/doc/Howto/HTML/NIS-HOWTO40.html -share/doc/Howto/HTML/NIS-HOWTO5.html -share/doc/Howto/HTML/NIS-HOWTO6.html -share/doc/Howto/HTML/NIS-HOWTO7.html -share/doc/Howto/HTML/NIS-HOWTO8.html -share/doc/Howto/HTML/NIS-HOWTO9.html -share/doc/Howto/HTML/NIS-HOWTO_toc.html -share/doc/Howto/HTML/Security-HOWTO.html -share/doc/Howto/HTML/Security-HOWTO1.html -share/doc/Howto/HTML/Security-HOWTO10.html -share/doc/Howto/HTML/Security-HOWTO11.html -share/doc/Howto/HTML/Security-HOWTO12.html -share/doc/Howto/HTML/Security-HOWTO13.html -share/doc/Howto/HTML/Security-HOWTO14.html -share/doc/Howto/HTML/Security-HOWTO15.html -share/doc/Howto/HTML/Security-HOWTO16.html -share/doc/Howto/HTML/Security-HOWTO17.html -share/doc/Howto/HTML/Security-HOWTO18.html -share/doc/Howto/HTML/Security-HOWTO19.html -share/doc/Howto/HTML/Security-HOWTO2.html -share/doc/Howto/HTML/Security-HOWTO20.html -share/doc/Howto/HTML/Security-HOWTO21.html -share/doc/Howto/HTML/Security-HOWTO22.html -share/doc/Howto/HTML/Security-HOWTO23.html -share/doc/Howto/HTML/Security-HOWTO24.html -share/doc/Howto/HTML/Security-HOWTO25.html -share/doc/Howto/HTML/Security-HOWTO26.html -share/doc/Howto/HTML/Security-HOWTO27.html -share/doc/Howto/HTML/Security-HOWTO28.html -share/doc/Howto/HTML/Security-HOWTO29.html -share/doc/Howto/HTML/Security-HOWTO3.html -share/doc/Howto/HTML/Security-HOWTO30.html -share/doc/Howto/HTML/Security-HOWTO31.html -share/doc/Howto/HTML/Security-HOWTO32.html -share/doc/Howto/HTML/Security-HOWTO33.html -share/doc/Howto/HTML/Security-HOWTO34.html -share/doc/Howto/HTML/Security-HOWTO35.html -share/doc/Howto/HTML/Security-HOWTO36.html -share/doc/Howto/HTML/Security-HOWTO37.html -share/doc/Howto/HTML/Security-HOWTO38.html -share/doc/Howto/HTML/Security-HOWTO39.html -share/doc/Howto/HTML/Security-HOWTO4.html -share/doc/Howto/HTML/Security-HOWTO40.html -share/doc/Howto/HTML/Security-HOWTO41.html -share/doc/Howto/HTML/Security-HOWTO42.html -share/doc/Howto/HTML/Security-HOWTO43.html -share/doc/Howto/HTML/Security-HOWTO44.html -share/doc/Howto/HTML/Security-HOWTO45.html -share/doc/Howto/HTML/Security-HOWTO46.html -share/doc/Howto/HTML/Security-HOWTO47.html -share/doc/Howto/HTML/Security-HOWTO48.html -share/doc/Howto/HTML/Security-HOWTO49.html -share/doc/Howto/HTML/Security-HOWTO5.html -share/doc/Howto/HTML/Security-HOWTO50.html -share/doc/Howto/HTML/Security-HOWTO51.html -share/doc/Howto/HTML/Security-HOWTO52.html -share/doc/Howto/HTML/Security-HOWTO53.html -share/doc/Howto/HTML/Security-HOWTO54.html -share/doc/Howto/HTML/Security-HOWTO55.html -share/doc/Howto/HTML/Security-HOWTO56.html -share/doc/Howto/HTML/Security-HOWTO57.html -share/doc/Howto/HTML/Security-HOWTO58.html -share/doc/Howto/HTML/Security-HOWTO59.html -share/doc/Howto/HTML/Security-HOWTO6.html -share/doc/Howto/HTML/Security-HOWTO60.html -share/doc/Howto/HTML/Security-HOWTO61.html -share/doc/Howto/HTML/Security-HOWTO62.html -share/doc/Howto/HTML/Security-HOWTO63.html -share/doc/Howto/HTML/Security-HOWTO64.html -share/doc/Howto/HTML/Security-HOWTO65.html -share/doc/Howto/HTML/Security-HOWTO66.html -share/doc/Howto/HTML/Security-HOWTO67.html -share/doc/Howto/HTML/Security-HOWTO68.html -share/doc/Howto/HTML/Security-HOWTO69.html -share/doc/Howto/HTML/Security-HOWTO7.html -share/doc/Howto/HTML/Security-HOWTO70.html -share/doc/Howto/HTML/Security-HOWTO71.html -share/doc/Howto/HTML/Security-HOWTO72.html -share/doc/Howto/HTML/Security-HOWTO73.html -share/doc/Howto/HTML/Security-HOWTO74.html -share/doc/Howto/HTML/Security-HOWTO75.html -share/doc/Howto/HTML/Security-HOWTO76.html -share/doc/Howto/HTML/Security-HOWTO77.html -share/doc/Howto/HTML/Security-HOWTO78.html -share/doc/Howto/HTML/Security-HOWTO79.html -share/doc/Howto/HTML/Security-HOWTO8.html -share/doc/Howto/HTML/Security-HOWTO80.html -share/doc/Howto/HTML/Security-HOWTO81.html -share/doc/Howto/HTML/Security-HOWTO82.html -share/doc/Howto/HTML/Security-HOWTO83.html -share/doc/Howto/HTML/Security-HOWTO84.html -share/doc/Howto/HTML/Security-HOWTO85.html -share/doc/Howto/HTML/Security-HOWTO86.html -share/doc/Howto/HTML/Security-HOWTO87.html -share/doc/Howto/HTML/Security-HOWTO88.html -share/doc/Howto/HTML/Security-HOWTO89.html -share/doc/Howto/HTML/Security-HOWTO9.html -share/doc/Howto/HTML/Security-HOWTO_toc.html -share/doc/Howto/Linux+FreeBSD.ascii -share/doc/Howto/Linux+FreeBSD.latin1 -share/doc/Howto/NFS-HOWTO.ascii -share/doc/Howto/NFS-HOWTO.latin1 -share/doc/Howto/NIS-HOWTO.ascii -share/doc/Howto/NIS-HOWTO.latin1 -share/doc/Howto/Security-HOWTO.ascii -share/doc/Howto/Security-HOWTO.latin1 -@dirrm share/doc/Howto/HTML -@dirrm share/doc/Howto +%%DOCSDIR%%/DNS-HOWTO.ascii +%%DOCSDIR%%/DNS-HOWTO.latin1 +%%DOCSDIR%%/HOWTO-INDEX.html +%%DOCSDIR%%/HTML/DNS-HOWTO.html +%%DOCSDIR%%/HTML/DNS-HOWTO1.html +%%DOCSDIR%%/HTML/DNS-HOWTO10.html +%%DOCSDIR%%/HTML/DNS-HOWTO11.html +%%DOCSDIR%%/HTML/DNS-HOWTO12.html +%%DOCSDIR%%/HTML/DNS-HOWTO13.html +%%DOCSDIR%%/HTML/DNS-HOWTO14.html +%%DOCSDIR%%/HTML/DNS-HOWTO15.html +%%DOCSDIR%%/HTML/DNS-HOWTO16.html +%%DOCSDIR%%/HTML/DNS-HOWTO17.html +%%DOCSDIR%%/HTML/DNS-HOWTO18.html +%%DOCSDIR%%/HTML/DNS-HOWTO19.html +%%DOCSDIR%%/HTML/DNS-HOWTO2.html +%%DOCSDIR%%/HTML/DNS-HOWTO20.html +%%DOCSDIR%%/HTML/DNS-HOWTO21.html +%%DOCSDIR%%/HTML/DNS-HOWTO22.html +%%DOCSDIR%%/HTML/DNS-HOWTO23.html +%%DOCSDIR%%/HTML/DNS-HOWTO24.html +%%DOCSDIR%%/HTML/DNS-HOWTO25.html +%%DOCSDIR%%/HTML/DNS-HOWTO26.html +%%DOCSDIR%%/HTML/DNS-HOWTO27.html +%%DOCSDIR%%/HTML/DNS-HOWTO28.html +%%DOCSDIR%%/HTML/DNS-HOWTO29.html +%%DOCSDIR%%/HTML/DNS-HOWTO3.html +%%DOCSDIR%%/HTML/DNS-HOWTO30.html +%%DOCSDIR%%/HTML/DNS-HOWTO31.html +%%DOCSDIR%%/HTML/DNS-HOWTO32.html +%%DOCSDIR%%/HTML/DNS-HOWTO33.html +%%DOCSDIR%%/HTML/DNS-HOWTO34.html +%%DOCSDIR%%/HTML/DNS-HOWTO35.html +%%DOCSDIR%%/HTML/DNS-HOWTO4.html +%%DOCSDIR%%/HTML/DNS-HOWTO5.html +%%DOCSDIR%%/HTML/DNS-HOWTO6.html +%%DOCSDIR%%/HTML/DNS-HOWTO7.html +%%DOCSDIR%%/HTML/DNS-HOWTO8.html +%%DOCSDIR%%/HTML/DNS-HOWTO9.html +%%DOCSDIR%%/HTML/DNS-HOWTO_toc.html +%%DOCSDIR%%/HTML/Linux+FreeBSD.html +%%DOCSDIR%%/HTML/Linux+FreeBSD1.html +%%DOCSDIR%%/HTML/Linux+FreeBSD10.html +%%DOCSDIR%%/HTML/Linux+FreeBSD11.html +%%DOCSDIR%%/HTML/Linux+FreeBSD12.html +%%DOCSDIR%%/HTML/Linux+FreeBSD13.html +%%DOCSDIR%%/HTML/Linux+FreeBSD14.html +%%DOCSDIR%%/HTML/Linux+FreeBSD15.html +%%DOCSDIR%%/HTML/Linux+FreeBSD16.html +%%DOCSDIR%%/HTML/Linux+FreeBSD17.html +%%DOCSDIR%%/HTML/Linux+FreeBSD18.html +%%DOCSDIR%%/HTML/Linux+FreeBSD2.html +%%DOCSDIR%%/HTML/Linux+FreeBSD3.html +%%DOCSDIR%%/HTML/Linux+FreeBSD4.html +%%DOCSDIR%%/HTML/Linux+FreeBSD5.html +%%DOCSDIR%%/HTML/Linux+FreeBSD6.html +%%DOCSDIR%%/HTML/Linux+FreeBSD7.html +%%DOCSDIR%%/HTML/Linux+FreeBSD8.html +%%DOCSDIR%%/HTML/Linux+FreeBSD9.html +%%DOCSDIR%%/HTML/Linux+FreeBSD_toc.html +%%DOCSDIR%%/HTML/NFS-HOWTO.html +%%DOCSDIR%%/HTML/NFS-HOWTO_toc.html +%%DOCSDIR%%/HTML/NIS-HOWTO.html +%%DOCSDIR%%/HTML/NIS-HOWTO1.html +%%DOCSDIR%%/HTML/NIS-HOWTO10.html +%%DOCSDIR%%/HTML/NIS-HOWTO11.html +%%DOCSDIR%%/HTML/NIS-HOWTO12.html +%%DOCSDIR%%/HTML/NIS-HOWTO13.html +%%DOCSDIR%%/HTML/NIS-HOWTO14.html +%%DOCSDIR%%/HTML/NIS-HOWTO15.html +%%DOCSDIR%%/HTML/NIS-HOWTO16.html +%%DOCSDIR%%/HTML/NIS-HOWTO17.html +%%DOCSDIR%%/HTML/NIS-HOWTO18.html +%%DOCSDIR%%/HTML/NIS-HOWTO19.html +%%DOCSDIR%%/HTML/NIS-HOWTO2.html +%%DOCSDIR%%/HTML/NIS-HOWTO20.html +%%DOCSDIR%%/HTML/NIS-HOWTO21.html +%%DOCSDIR%%/HTML/NIS-HOWTO22.html +%%DOCSDIR%%/HTML/NIS-HOWTO23.html +%%DOCSDIR%%/HTML/NIS-HOWTO24.html +%%DOCSDIR%%/HTML/NIS-HOWTO25.html +%%DOCSDIR%%/HTML/NIS-HOWTO26.html +%%DOCSDIR%%/HTML/NIS-HOWTO27.html +%%DOCSDIR%%/HTML/NIS-HOWTO28.html +%%DOCSDIR%%/HTML/NIS-HOWTO29.html +%%DOCSDIR%%/HTML/NIS-HOWTO3.html +%%DOCSDIR%%/HTML/NIS-HOWTO30.html +%%DOCSDIR%%/HTML/NIS-HOWTO31.html +%%DOCSDIR%%/HTML/NIS-HOWTO32.html +%%DOCSDIR%%/HTML/NIS-HOWTO33.html +%%DOCSDIR%%/HTML/NIS-HOWTO34.html +%%DOCSDIR%%/HTML/NIS-HOWTO35.html +%%DOCSDIR%%/HTML/NIS-HOWTO36.html +%%DOCSDIR%%/HTML/NIS-HOWTO37.html +%%DOCSDIR%%/HTML/NIS-HOWTO38.html +%%DOCSDIR%%/HTML/NIS-HOWTO39.html +%%DOCSDIR%%/HTML/NIS-HOWTO4.html +%%DOCSDIR%%/HTML/NIS-HOWTO40.html +%%DOCSDIR%%/HTML/NIS-HOWTO5.html +%%DOCSDIR%%/HTML/NIS-HOWTO6.html +%%DOCSDIR%%/HTML/NIS-HOWTO7.html +%%DOCSDIR%%/HTML/NIS-HOWTO8.html +%%DOCSDIR%%/HTML/NIS-HOWTO9.html +%%DOCSDIR%%/HTML/NIS-HOWTO_toc.html +%%DOCSDIR%%/HTML/Security-HOWTO.html +%%DOCSDIR%%/HTML/Security-HOWTO1.html +%%DOCSDIR%%/HTML/Security-HOWTO10.html +%%DOCSDIR%%/HTML/Security-HOWTO11.html +%%DOCSDIR%%/HTML/Security-HOWTO12.html +%%DOCSDIR%%/HTML/Security-HOWTO13.html +%%DOCSDIR%%/HTML/Security-HOWTO14.html +%%DOCSDIR%%/HTML/Security-HOWTO15.html +%%DOCSDIR%%/HTML/Security-HOWTO16.html +%%DOCSDIR%%/HTML/Security-HOWTO17.html +%%DOCSDIR%%/HTML/Security-HOWTO18.html +%%DOCSDIR%%/HTML/Security-HOWTO19.html +%%DOCSDIR%%/HTML/Security-HOWTO2.html +%%DOCSDIR%%/HTML/Security-HOWTO20.html +%%DOCSDIR%%/HTML/Security-HOWTO21.html +%%DOCSDIR%%/HTML/Security-HOWTO22.html +%%DOCSDIR%%/HTML/Security-HOWTO23.html +%%DOCSDIR%%/HTML/Security-HOWTO24.html +%%DOCSDIR%%/HTML/Security-HOWTO25.html +%%DOCSDIR%%/HTML/Security-HOWTO26.html +%%DOCSDIR%%/HTML/Security-HOWTO27.html +%%DOCSDIR%%/HTML/Security-HOWTO28.html +%%DOCSDIR%%/HTML/Security-HOWTO29.html +%%DOCSDIR%%/HTML/Security-HOWTO3.html +%%DOCSDIR%%/HTML/Security-HOWTO30.html +%%DOCSDIR%%/HTML/Security-HOWTO31.html +%%DOCSDIR%%/HTML/Security-HOWTO32.html +%%DOCSDIR%%/HTML/Security-HOWTO33.html +%%DOCSDIR%%/HTML/Security-HOWTO34.html +%%DOCSDIR%%/HTML/Security-HOWTO35.html +%%DOCSDIR%%/HTML/Security-HOWTO36.html +%%DOCSDIR%%/HTML/Security-HOWTO37.html +%%DOCSDIR%%/HTML/Security-HOWTO38.html +%%DOCSDIR%%/HTML/Security-HOWTO39.html +%%DOCSDIR%%/HTML/Security-HOWTO4.html +%%DOCSDIR%%/HTML/Security-HOWTO40.html +%%DOCSDIR%%/HTML/Security-HOWTO41.html +%%DOCSDIR%%/HTML/Security-HOWTO42.html +%%DOCSDIR%%/HTML/Security-HOWTO43.html +%%DOCSDIR%%/HTML/Security-HOWTO44.html +%%DOCSDIR%%/HTML/Security-HOWTO45.html +%%DOCSDIR%%/HTML/Security-HOWTO46.html +%%DOCSDIR%%/HTML/Security-HOWTO47.html +%%DOCSDIR%%/HTML/Security-HOWTO48.html +%%DOCSDIR%%/HTML/Security-HOWTO49.html +%%DOCSDIR%%/HTML/Security-HOWTO5.html +%%DOCSDIR%%/HTML/Security-HOWTO50.html +%%DOCSDIR%%/HTML/Security-HOWTO51.html +%%DOCSDIR%%/HTML/Security-HOWTO52.html +%%DOCSDIR%%/HTML/Security-HOWTO53.html +%%DOCSDIR%%/HTML/Security-HOWTO54.html +%%DOCSDIR%%/HTML/Security-HOWTO55.html +%%DOCSDIR%%/HTML/Security-HOWTO56.html +%%DOCSDIR%%/HTML/Security-HOWTO57.html +%%DOCSDIR%%/HTML/Security-HOWTO58.html +%%DOCSDIR%%/HTML/Security-HOWTO59.html +%%DOCSDIR%%/HTML/Security-HOWTO6.html +%%DOCSDIR%%/HTML/Security-HOWTO60.html +%%DOCSDIR%%/HTML/Security-HOWTO61.html +%%DOCSDIR%%/HTML/Security-HOWTO62.html +%%DOCSDIR%%/HTML/Security-HOWTO63.html +%%DOCSDIR%%/HTML/Security-HOWTO64.html +%%DOCSDIR%%/HTML/Security-HOWTO65.html +%%DOCSDIR%%/HTML/Security-HOWTO66.html +%%DOCSDIR%%/HTML/Security-HOWTO67.html +%%DOCSDIR%%/HTML/Security-HOWTO68.html +%%DOCSDIR%%/HTML/Security-HOWTO69.html +%%DOCSDIR%%/HTML/Security-HOWTO7.html +%%DOCSDIR%%/HTML/Security-HOWTO70.html +%%DOCSDIR%%/HTML/Security-HOWTO71.html +%%DOCSDIR%%/HTML/Security-HOWTO72.html +%%DOCSDIR%%/HTML/Security-HOWTO73.html +%%DOCSDIR%%/HTML/Security-HOWTO74.html +%%DOCSDIR%%/HTML/Security-HOWTO75.html +%%DOCSDIR%%/HTML/Security-HOWTO76.html +%%DOCSDIR%%/HTML/Security-HOWTO77.html +%%DOCSDIR%%/HTML/Security-HOWTO78.html +%%DOCSDIR%%/HTML/Security-HOWTO79.html +%%DOCSDIR%%/HTML/Security-HOWTO8.html +%%DOCSDIR%%/HTML/Security-HOWTO80.html +%%DOCSDIR%%/HTML/Security-HOWTO81.html +%%DOCSDIR%%/HTML/Security-HOWTO82.html +%%DOCSDIR%%/HTML/Security-HOWTO83.html +%%DOCSDIR%%/HTML/Security-HOWTO84.html +%%DOCSDIR%%/HTML/Security-HOWTO85.html +%%DOCSDIR%%/HTML/Security-HOWTO86.html +%%DOCSDIR%%/HTML/Security-HOWTO87.html +%%DOCSDIR%%/HTML/Security-HOWTO88.html +%%DOCSDIR%%/HTML/Security-HOWTO89.html +%%DOCSDIR%%/HTML/Security-HOWTO9.html +%%DOCSDIR%%/HTML/Security-HOWTO_toc.html +%%DOCSDIR%%/Linux+FreeBSD.ascii +%%DOCSDIR%%/Linux+FreeBSD.latin1 +%%DOCSDIR%%/NFS-HOWTO.ascii +%%DOCSDIR%%/NFS-HOWTO.latin1 +%%DOCSDIR%%/NIS-HOWTO.ascii +%%DOCSDIR%%/NIS-HOWTO.latin1 +%%DOCSDIR%%/Security-HOWTO.ascii +%%DOCSDIR%%/Security-HOWTO.latin1 +@dirrm %%DOCSDIR%%/HTML +@dirrm %%DOCSDIR%% |