summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ssh/files/sshd2')
-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 $?
}
-