Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 393657
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
0
-- denyhosts.init
0
++ denyhosts.init
Lines 1-10 Link Here
1
#!/sbin/runscript
1
#!/sbin/runscript
2
# Copyright 1999-2010 Gentoo Foundation
2
# Copyright 1999-2011 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.init,v 1.6 2010/10/07 12:45:33 darkside Exp $
4
# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.init,v 1.6 2010/10/07 12:45:33 darkside Exp $
5
5
6
opts="depend start stop"
7
8
depend() {
6
depend() {
9
	use logger sshd
7
	use logger sshd
10
}
8
}

Return to bug 393657