summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 03:40:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 03:40:48 +0000
commit2101a23a8b2139ca5bd44adc09d9470837c1f520 (patch)
treef109b2cb1e35fde86f2fead022469ca0699af9b2 /net-misc/ssh
parentVersion bump. (diff)
downloadhistorical-2101a23a8b2139ca5bd44adc09d9470837c1f520.tar.gz
historical-2101a23a8b2139ca5bd44adc09d9470837c1f520.tar.bz2
historical-2101a23a8b2139ca5bd44adc09d9470837c1f520.zip
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-misc/ssh')
-rw-r--r--net-misc/ssh/files/sshd28
1 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/ssh/files/sshd2 b/net-misc/ssh/files/sshd2
index 28306e94e14b..8426eb038fd8 100644
--- a/net-misc/ssh/files/sshd2
+++ b/net-misc/ssh/files/sshd2
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh/files/sshd2,v 1.2 2004/03/06 03:39:05 vapier Exp $
depend() {
use logger dns
@@ -14,7 +14,6 @@ checkconfig() {
eerror "There is a sample file in /etc/ssh2/"
return 1
fi
-
}
@@ -31,4 +30,3 @@ stop() {
start-stop-daemon --stop --quiet --pidfile /var/run/sshd2_22.pid
eend $?
}
-