From e53dd9c66efb052278afb0b85fec3161121c19a7 Mon Sep 17 00:00:00 2001 From: fgsch Date: Fri, 8 Mar 2002 16:41:54 +0000 Subject: [PATCH] reenable crypt support and point to encrypt(1) to produce the crypted passwords. --- net/icecast/Makefile | 7 ++----- net/icecast/pkg/INSTALL | 4 +++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net/icecast/Makefile b/net/icecast/Makefile index 1617a6d1e84..7c31531e239 100644 --- a/net/icecast/Makefile +++ b/net/icecast/Makefile @@ -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 diff --git a/net/icecast/pkg/INSTALL b/net/icecast/pkg/INSTALL index 3d6184886c2..1d5c4cbe59d 100644 --- a/net/icecast/pkg/INSTALL +++ b/net/icecast/pkg/INSTALL @@ -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