Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2006 19:35:36 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92289 for review
Message-ID:  <200602231935.k1NJZaH4015954@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92289

Change 92289 by millert@millert_g4tower on 2006/02/23 19:34:48

	Don't overwrite /etc/xinetd.d/ssh

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/OpenSSH/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/OpenSSH/Makefile#4 (text+ko) ====

@@ -62,8 +62,8 @@
 	$(_v) rmdir $(DSTROOT)/etc
 
 install-startup-item:
-	$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)/private/etc/xinetd.d
-	$(_v) $(INSTALL_FILE)   -c ssh-via-xinetd  $(DSTROOT)/private/etc/xinetd.d/ssh
+	#$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)/private/etc/xinetd.d
+	#$(_v) $(INSTALL_FILE)   -c ssh-via-xinetd  $(DSTROOT)/private/etc/xinetd.d/ssh
 	$(_v) $(INSTALL_DIRECTORY) $(DSTROOT)/usr/libexec
 	$(_v) $(INSTALL_FILE) -m 555  -c sshd-keygen-wrapper $(DSTROOT)/usr/libexec/sshd-keygen-wrapper
 



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