Changeset 2765 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Apr 21, 2011, 11:20:58 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Remove very old code creating confusing symlinks pico to nano in init (patch from MC). Fix #477
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/rootfs/sbin/init

    r2755 r2765  
    903903
    904904#ctrlaltdel soft
    905 for path in /usr.bin /usr/bin ; do
    906     fname=$path/nano
    907     [ -e "$fname" ] && ln -sf $fname /usr/bin/pico
    908 done
    909 res=`which nano 2> /dev/null`
    910 [ "$res" ] && ln -sf /usr/bin/
    911905for i in null stdout stdin stderr ; do
    912906    cp -af /dev/$i /tmp
Note: See TracChangeset for help on using the changeset viewer.