diff options
author | 2012-01-10 00:35:12 +0100 | |
---|---|---|
committer | 2012-01-10 00:35:12 +0100 | |
commit | 320e86b3030512a041890ca1349735601434b979 (patch) | |
tree | 52d84ef237d935f7ea94c777833a5fa46af62e21 /net-misc/openssh/files/sshd.rc6 | |
parent | Add Weaver Projects' "update" script. (diff) | |
download | mhammill-320e86b3030512a041890ca1349735601434b979.tar.gz mhammill-320e86b3030512a041890ca1349735601434b979.tar.bz2 mhammill-320e86b3030512a041890ca1349735601434b979.zip |
Modernize openssh ebuild already containing S. Wilkinson's patch
Modernization includes updating options for openrc's new standards.
Clean up includes removing unused ebuilds (openssh-5.3p1, and any
greater than openssh-5.8_p1) since Simon does not have patches for
those.
Diffstat (limited to 'net-misc/openssh/files/sshd.rc6')
-rw-r--r-- | net-misc/openssh/files/sshd.rc6 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/openssh/files/sshd.rc6 b/net-misc/openssh/files/sshd.rc6 index 2e0b442..0316068 100644 --- a/net-misc/openssh/files/sshd.rc6 +++ b/net-misc/openssh/files/sshd.rc6 @@ -1,9 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6,v 1.27 2009/08/12 08:09:52 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6,v 1.28 2011/12/04 10:08:19 swegener Exp $ -opts="${opts} reload checkconfig gen_keys" +extra_commands="checkconfig gen_keys" +extra_started_commands="reload" depend() { use logger dns |