1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

The option to enable network redirection is removed since this is the

default behavior.

PR:		60222
Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
David E. O'Brien 2003-12-14 07:09:14 +00:00
parent ed3714f6d6
commit bc6d44c895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95772
3 changed files with 0 additions and 27 deletions

View File

@ -41,15 +41,6 @@ CONFIGURE_ARGS+= --enable-static-link=no
.endif
MAN1= bash.1 bashbug.1
.if defined(WITH_NET_REDIRECTIONS)
CONFIGURE_ARGS+= --enable-net-redirections
.endif
pre-extract:
.if !defined(WITH_NET_REDIRECTIONS)
@${ECHO_MSG} "You can enable support for /dev/(tcp|udp)/host/port redirection by defining WITH_NET_REDIRECTIONS."
.endif
post-install:
${CP} /etc/shells /etc/shells.bak
(${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells

View File

@ -41,15 +41,6 @@ CONFIGURE_ARGS+= --enable-static-link=no
.endif
MAN1= bash.1 bashbug.1
.if defined(WITH_NET_REDIRECTIONS)
CONFIGURE_ARGS+= --enable-net-redirections
.endif
pre-extract:
.if !defined(WITH_NET_REDIRECTIONS)
@${ECHO_MSG} "You can enable support for /dev/(tcp|udp)/host/port redirection by defining WITH_NET_REDIRECTIONS."
.endif
post-install:
${CP} /etc/shells /etc/shells.bak
(${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells

View File

@ -41,15 +41,6 @@ CONFIGURE_ARGS+= --enable-static-link=no
.endif
MAN1= bash.1 bashbug.1
.if defined(WITH_NET_REDIRECTIONS)
CONFIGURE_ARGS+= --enable-net-redirections
.endif
pre-extract:
.if !defined(WITH_NET_REDIRECTIONS)
@${ECHO_MSG} "You can enable support for /dev/(tcp|udp)/host/port redirection by defining WITH_NET_REDIRECTIONS."
.endif
post-install:
${CP} /etc/shells /etc/shells.bak
(${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells