Changeset 24


Ignore:
Timestamp:
10/25/07 19:02:20 (5 years ago)
Author:
bruno
Message:

Remove rdesktop from the list of tools provided as port redirection with SSH is sufficient to give the service with a local rdesktop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/sshgw/bin/createrootskel

    r17 r24  
    2929# Adds binaries 
    3030sbins="/bin/bash /bin/cp /bin/ls /bin/mkdir /bin/mv /bin/rm /bin/rmdir /bin/grep" 
    31 ubins="/usr/bin/rdesktop /usr/bin/scp /usr/bin/sftp /usr/bin/ssh /usr/bin/xauth" 
     31ubins="/usr/bin/scp /usr/bin/sftp /usr/bin/ssh /usr/bin/xauth" 
    3232# Obsolete in 2007.1 
    3333#xbins="/usr/X11R6/bin/xauth" 
     
    107107 
    108108    rm -rf $d/lib $d/usr 
    109     mkdir -p $d/lib $d/usr/lib $d/usr/bin $d/usr/lib/ssh $d/usr/share/rdesktop/keymaps #$d/usr/X11R6/bin $d/usr/X11R6/lib 
     109    mkdir -p $d/lib $d/usr/lib $d/usr/bin $d/usr/lib/ssh #$d/usr/X11R6/bin $d/usr/X11R6/lib 
    110110    cp -a $ubins $d/usr/bin 
    111111    (cd $d/usr/bin ; ln -sf ssh slogin) 
    112112    cp -a $lbins $d/usr/lib/ssh 
    113     cp -a /usr/share/rdesktop/keymaps/* $d/usr/share/rdesktop/keymaps 
    114113    #cp -a $xbins $d/usr/X11R6/bin 
    115114     
Note: See TracChangeset for help on using the changeset viewer.