ports/56840: Update port: shells/esh

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:02:56 UTC 2003


>Number:         56840
>Category:       ports
>Synopsis:       Update port: shells/esh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:01:03 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_CMD

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/shells/esh/Makefile shells/esh/Makefile
--- /usr/ports/shells/esh/Makefile	Sat Apr 12 23:26:30 2003
+++ shells/esh/Makefile	Sun Sep 14 13:21:31 2003
@@ -22,7 +22,7 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh
-	@${ECHO} "updating /etc/shells"
+	@${ECHO_MSG} "updating /etc/shells"
 	@${CP} /etc/shells /etc/shells.bak
 	@(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \
 	  ${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list