|
|
@ -20,7 +20,6 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
pm_openssh() { |
|
|
|
install_init sshd $confdir/sshd.init |
|
|
|
cp $confdir/stone_mod_sshd.sh $root/etc/stone.d/mod_sshd.sh |
|
|
@ -28,6 +27,9 @@ pm_openssh() { |
|
|
|
|
|
|
|
LD=gcc |
|
|
|
|
|
|
|
[ "$sysconfdir" = "$root/etc" ] && \ |
|
|
|
sysconfdir=$root/etc/ssh |
|
|
|
|
|
|
|
confopt="$confopt \ |
|
|
|
--sysconfdir=\$sysconfdir \ |
|
|
|
--with-md5-passwords \ |
|
|
@ -41,5 +43,3 @@ fi |
|
|
|
makeinstopt="install-nokeys" |
|
|
|
postmake="pm_openssh" |
|
|
|
|
|
|
|
[ "$sysconfdir" = "$root/etc" ] && \ |
|
|
|
sysconfdir=$root/etc/ssh |