Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 09/20/2000 07:49:21
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Sep 20 04:49:20 UTC 2000

Modified Files:
	pkgsrc/security/openssh: Makefile
	pkgsrc/security/openssh/files: sshd.sh
	pkgsrc/security/openssh/pkg: PLIST
	pkgsrc/security/ssh: Makefile
	pkgsrc/security/ssh/files: sshd.sh
	pkgsrc/security/ssh/pkg: PLIST
	pkgsrc/security/ssh6: Makefile
	pkgsrc/security/ssh6/files: sshd.sh
	pkgsrc/security/ssh6/pkg: PLIST

Log Message:
Install rc.d control script as "sshd" instead of "sshd.sh" to comply with
how NetBSD's rc.d interprets script names.  Also add REQUIRE and PROVIDE
sections to control scripts so they can be used directly in NetBSD's rc.d
system.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openssh/files/sshd.sh
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openssh/pkg/PLIST
cvs rdiff -r1.82 -r1.83 pkgsrc/security/ssh/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/ssh/files/sshd.sh
cvs rdiff -r1.7 -r1.8 pkgsrc/security/ssh/pkg/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/security/ssh6/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/ssh6/files/sshd.sh
cvs rdiff -r1.1 -r1.2 pkgsrc/security/ssh6/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.