Ticket #47798: privsep_patch.diff

File privsep_patch.diff, 1.1 KB (added by danielluke (Daniel J. Luke), 9 years ago)

use /var/empty instead of ${prefix}/var/empty

  • Portfile

     
    55
    66name                openssh
    77version             6.8p1
    8 revision            0
     8revision            1
    99categories          net
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    7272configure.ldflags-append  -Wl,-search_paths_first
    7373configure.args      --with-ssl-dir=${prefix} \
    7474                    --sysconfdir=${prefix}/etc/ssh \
    75                     --with-privsep-path=${prefix}/var/empty \
     75                    --with-privsep-path=/var/empty \
    7676                    --with-md5-passwords \
    7777                    --with-pid-dir=${prefix}/var/run \
    7878                    --with-tcp-wrappers \
     
    9696}
    9797
    9898post-destroot {
    99     destroot.keepdirs ${destroot}${prefix}/var/run ${destroot}${prefix}/var/empty
     99    destroot.keepdirs ${destroot}${prefix}/var/run
    100100
    101101    # switch default port to avoid conflict with system sshd
    102102    reinplace "s|#Port 22|Port 2222|g" ${destroot}${prefix}/etc/ssh/sshd_config