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

(-)files/sshd.rc6.4 (+5 lines)
Lines 31-36 Link Here
31
			ewarn "where FOO is the interface(s) providing the following address(es):"
31
			ewarn "where FOO is the interface(s) providing the following address(es):"
32
			ewarn "${warn_addr}"
32
			ewarn "${warn_addr}"
33
		fi
33
		fi
34
35
		# "ssh-keygen -A" needs writable root fs (bug #554804)
36
		if ! ls /etc/ssh/ssh_host_*_key 1>/dev/null 2>/dev/null ; then
37
			need root
38
		fi
34
	fi
39
	fi
35
}
40
}
36
41

Return to bug 554804