Browse Source

Alejandro Mery:

fixed openssh to use the correct sysconfdir


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2242 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
283ca5b198
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      package/base/openssh/openssh.conf

+ 4
- 1
package/base/openssh/openssh.conf

@ -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

Loading…
Cancel
Save