Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 05:29:21 -0800 (PST)
From:      Cy.Schubert@uumail.gov.bc.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25034: Changes to SFTP port by Maintainer
Message-ID:  <200102121329.f1CDTL608046@cwsys.cwsent.com>

next in thread | raw e-mail | index | archive | help

>Number:         25034
>Category:       ports
>Synopsis:       Allow sftp to interoperate with gftp.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 12 05:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cy Schubert
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
ITSD Province of BC
>Environment:

N/A

>Description:

Allow sftp to interoperate with gftp.

>How-To-Repeat:

N/A

>Fix:


diff -urPN --exclude=CVS --exclude=00_TRANS.TBL sftp.orig/Makefile sftp/Makefile
--- sftp.orig/Makefile	Wed Oct 11 04:39:09 2000
+++ sftp/Makefile	Mon Feb 12 04:58:20 2001
@@ -21,7 +21,6 @@
 RESTRICTED=	"Calls external cryptographic routines."
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-remotepath=${PREFIX}/libexec
 
 MAN1=		secftp.1
 
@@ -30,7 +29,7 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/secftp
 	${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/rsftp
-	${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv
+	${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin/sftpserv
 	${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/secftp.1
 	${CP} ${PKGDIR}/pkg-plist.in ${PLIST}.unsorted
 	@if [ ! -f ${PREFIX}/bin/sftp ]; then \
diff -urPN --exclude=CVS --exclude=00_TRANS.TBL sftp.orig/pkg-plist.in sftp/pkg-plist.in
--- sftp.orig/pkg-plist.in	Tue Feb  8 07:06:08 2000
+++ sftp/pkg-plist.in	Mon Feb 12 04:58:30 2001
@@ -1,3 +1,3 @@
 bin/secftp
 bin/rsftp
-libexec/sftpserv
+bin/sftpserv

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102121329.f1CDTL608046>