Subject: pkg/12546: openssh doesn't install files into /etc
To: None <gnats-bugs@gnats.netbsd.org>
From: None <martti.kuparinen@iki.fi>
List: netbsd-bugs
Date: 04/04/2001 17:13:33
>Number:         12546
>Category:       pkg
>Synopsis:       openssh doesn't install files into /etc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 04 07:14:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        1.5
>Organization:
piuha.net
>Environment:
	
System: NetBSD ws20 1.5 NetBSD 1.5 (WS20) #3: Fri Feb 16 14:03:57 EET 2001 root@ws216:/usr/src/sys/arch/i386/compile/WS20 i386


>Description:

I was installing OpenSSH on my i386 PC but it didn't work perfectly.
Here's a small patch to install the /etc/ssh*_config files.

>How-To-Repeat:
	
>Fix:

Index: INSTALL
===================================================================
RCS file: /cvsroot/pkgsrc/security/openssh/pkg/INSTALL,v
retrieving revision 1.4
diff -u -r1.4 INSTALL
--- INSTALL	2001/01/10 16:05:53	1.4
+++ INSTALL	2001/04/04 13:50:08
@@ -24,7 +24,7 @@
 	;;
 POST-INSTALL)
 	SSH_CONF_DIR=@SSH_CONF_DIR@
-	SSH_EXAMPLE_DIR=${PKG_PREFIX}/share/examples/ssh
+	SSH_EXAMPLE_DIR=${PKG_PREFIX}/share/examples/openssh
 	INSTALL_DATA="@INSTALL_DATA@"
 
 	if [ ! -d ${SSH_CONF_DIR} ]
>Release-Note:
>Audit-Trail:
>Unformatted: