Changeset 3634

Show
Ignore:
Timestamp:
10/23/07 18:39:06 (1 year ago)
Author:
tg
Message:

fix for the use case: openssh on the image, dropbear not

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/openssh/Makefile

    r3579 r3634  
    99PKG_NAME:=              openssh 
    1010PKG_VERSION:=           4.4p1 
    11 PKG_RELEASE:=           8 
     11PKG_RELEASE:=           9 
    1212PKG_MD5SUM:=            793a709a8de695c22f523024d7e9bf07 
    1313MASTER_SITES:=          ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ 
  • trunk/freewrt/package/openssh/files/sshd.init

    r3558 r3634  
    1414autostart) 
    1515        [[ $openssh = NO ]] && exit 0 
     16        grep dropbear_flags /etc/rc.conf >/dev/null 2>&1 || dropbear_flags=NO 
    1617        if [[ $openssh = AUTO && $dropbear_flags != NO ]]; then 
    1718                bothlog openssh not starting: set to AUTO and dropbear is enabled