Changeset 3238

Show
Ignore:
Timestamp:
07/16/07 18:29:59 (1 year ago)
Author:
tg
Message:

before anyone cries, give them back their colourls for “ls” command
(“l” and “ll” command stay with -F instead)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/base-files/Makefile

    r3235 r3238  
    1010PKG_NAME:=              base-files 
    1111PKG_VERSION:=           1.1 
    12 PKG_RELEASE:=           17 
     12PKG_RELEASE:=           18 
    1313WRKDIST=                ${WRKDIR}/base-files 
    1414NO_DISTFILES:=          1 
  • trunk/freewrt/package/base-files/files/etc/profile

    r3235 r3238  
    1010[ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; } 
    1111[ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; } 
     12alias ls='ls --color' 
    1213if [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ]; then 
    1314        [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ ' 
    14         alias ls='ls --color' 
    1515        alias ll="ls -l" 
    1616else