reenable crypt support and point to encrypt(1) to produce the crypted

passwords.
This commit is contained in:
fgsch 2002-03-08 16:41:54 +00:00
parent aec91319e2
commit e53dd9c66e
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2002/03/08 16:02:14 fgsch Exp $
# $OpenBSD: Makefile,v 1.17 2002/03/08 16:41:54 fgsch Exp $
# Uses pthreads
COMMENT= "Internet based broadcasting system"
@ -23,10 +23,7 @@ PERMIT_DISTFILES_FTP= Yes
SYSCONFDIR= /etc/icecast
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libwrap
# disabled for now
# --with-crypt
CONFIGURE_ARGS= --with-crypt --with-libwrap
DOCS= AUTHORS BUGS CHANGES COPYING FAQ README

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.3 2002/03/03 01:37:38 brad Exp $
# $OpenBSD: INSTALL,v 1.4 2002/03/08 16:41:54 fgsch Exp $
#
# Pre/post-installation setup of icecast
@ -36,6 +36,8 @@ do_install()
echo "| The $1 configuration files in $CONFIG_DIR,"
echo "| have been installed. Please view these files and change"
echo "| the configuration to meet your needs"
echo "|"
echo "| To produce the crypted passwords, use encrypt(1)."
echo "+---------------"
echo