Changeset 7453


Ignore:
Timestamp:
Jan 31, 2010, 1:18:55 PM (15 years ago)
Author:
richardvm
Message:

Fixed serveral bugs

Location:
2.0/nanobsd/nanobsd/files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2.0/nanobsd/nanobsd/files/tools/wl-config

    r7368 r7453  
    1212# Determine it's statup and running location and some other hints
    1313# Skip named.conf as it not planned in current release
    14 FILES="authorized_keys rc.node.local resolv.conf"
     14FILES="authorized_keys rc.conf.local resolv.conf"
    1515file_details() {
    1616  case "$1" in
     
    3030     FILE_HINT="/etc/rc.d/named restart"
    3131   ;;
    32   'rc.node.local')
     32  'rc.conf.local')
    3333     STARTUP_LOC="/cfg/${FILE}"
    3434     RUNNING_LOC="/etc/${FILE}"
  • 2.0/nanobsd/nanobsd/files/usr/local/sshtun/sshtun.sh

    r7436 r7453  
    3131       
    3232          # Connect to remote site
    33           ssh -R ${REMOTEPORT}:localhost:${LOCALPORT} -i ${SSHKEY} ${USER}@${HOST} -o ServerAliveInterval=5 -o ExitOnForwardFailure=yes  -o BatchMode=yes  -o StrictHostKeyChecking=no -n -N "sh -c 'sleep ${REMOTEWAIT}'
     33          ssh -R ${REMOTEPORT}:localhost:${LOCALPORT} -i ${SSHKEY} ${USER}@${HOST} -o ServerAliveInterval=5 -o ExitOnForwardFailure=yes  -o BatchMode=yes  -o StrictHostKeyChecking=no -n -N "sh -c 'sleep ${REMOTEWAIT}'"
    3434          # Echo some stuff
    3535          date
Note: See TracChangeset for help on using the changeset viewer.