udev, openssh fixes
[hdw-linux/hdw-linux.git] / packages / security / openssh / openssh
1 # hdw-linux ssh extensions
2
3 # author: hackbard
4
5 # [S] 3-2
6 # [V] 4.1p1
7 # [D] openssh-4.1p1.tar.gz ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
8
9 flist_pruned="${flist_pruned}|etc/shadow|etc/passwd|etc/group"
10 flist_pruned="${flist_pruned}|etc/ssh/ssh_host"
11
12 confopt=${confopt//--sysconfdir* /--sysconfdir=$root/etc/ssh }
13 confopt="$confopt --with-md5-passwords --without-pam --with-tcp-wrappers"
14 confopt="$confopt --disable-suid-ssh --with-xauth=/usr/X11R6/bin/xauth"
15 confopt="$confopt --with-privsep-path=$root/var/lib/sshd"
16 confopt="$confopt --libexecdir=$prefix/sbin"