Explain how to setup configuration files.

This commit is contained in:
tron 1999-04-24 23:53:33 +00:00
parent 907ad9af29
commit ed029bb08b
2 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 1999/04/24 23:47:08 tron Exp $
# $NetBSD: Makefile,v 1.9 1999/04/24 23:53:33 tron Exp $
#
# Tempted to install another radius package?
#
@ -21,8 +21,9 @@ HOMEPAGE= http://www.merit.edu/aaa/
DECOMPRESS_CMD= ${GZCAT} -f
DIST_SUBDIR= radius
NO_WRKSUBDIR= yes
INSTALL_TARGET= man-install install util-install config-install
MESSAGE_FILE= ${WRKDIR}/MESSAGE
NO_WRKSUBDIR= yes
CFLAGS+= -DHAVE_SETVBUF -DNOSHADOW
MAKE_ENV+= RADLIBS="${RADLIBS} -lskey" LIBS=-lcrypt \
@ -43,4 +44,8 @@ pre-patch:
@cd ${WRKSRC}; ${PATCH} -sp <${FILE}.diff
.endfor
post-build:
@${SED} -e 's#@PREFIX@#${PREFIX}#g' <${PKGDIR}/MESSAGE \
>${MESSAGE_FILE}
.include "../../mk/bsd.pkg.mk"

2
net/radius/pkg/MESSAGE Normal file
View file

@ -0,0 +1,2 @@
To use the The Merit AAA Server you have to copy the contents of the directory
"@PREFIX@/share/examples/radius" to "/etc/raddb" and to customize it.