|
|
@ -29,7 +29,7 @@ pm_openssh() { |
|
|
|
LD=gcc |
|
|
|
|
|
|
|
confopt="$confopt \ |
|
|
|
--sysconfdir=$root/etc/ssh \ |
|
|
|
--sysconfdir=\$sysconfdir \ |
|
|
|
--with-md5-passwords \ |
|
|
|
--disable-suid-ssh \ |
|
|
|
--with-xauth=/usr/X11R6/bin/xauth" |
|
|
@ -40,3 +40,6 @@ fi |
|
|
|
|
|
|
|
makeinstopt="install-nokeys" |
|
|
|
postmake="pm_openssh" |
|
|
|
|
|
|
|
[ "$sysconfdir" = "$root/etc" ] && \ |
|
|
|
sysconfdir=$root/etc/ssh |