summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 03:40:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 03:40:19 +0000
commit2f472f4dc6f1757a4cc55e9ba31b911ef77ae94a (patch)
tree5a43967a0b318fcda3da0fc62f22f780412213ea /net-misc/ssh/files
parentwe license under gpl2, not gpl2 or later (diff)
downloadgentoo-2-2f472f4dc6f1757a4cc55e9ba31b911ef77ae94a.tar.gz
gentoo-2-2f472f4dc6f1757a4cc55e9ba31b911ef77ae94a.tar.bz2
gentoo-2-2f472f4dc6f1757a4cc55e9ba31b911ef77ae94a.zip
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-misc/ssh/files')
-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 $?
}
-