[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.482 and 1.483

version 1.482, 2016/05/26 16:29:51 version 1.483, 2016/05/27 16:49:08
Line 158 
Line 158 
         ssh-keygen -A          ssh-keygen -A
 }  }
   
   # Re-link libraries, placing the objects in a random order.
 reorder_libs() {  reorder_libs() {
         local _l _liba _libas _tmpdir _remount=false          local _l _liba _libas _tmpdir _remount=false
         local _dkdev=/dev/$(stat -L -f '%Sd' /usr/lib)          local _dkdev=/dev/$(stat -L -f '%Sd' /usr/lib)
Line 214 
Line 215 
         echo ' done.'          echo ' done.'
 }  }
   
   # Run rc.* script and email output to root.
   # Usage: run_upgrade_script firsttime|sysmerge
 run_upgrade_script() {  run_upgrade_script() {
         local _suffix=$1          local _suffix=$1
         [[ -n $_suffix ]] || return 1          [[ -n $_suffix ]] || return 1

Legend:
Removed from v.1.482  
changed lines
  Added in v.1.483