Changeset 803eb1d in freewrt


Ignore:
Timestamp:
Jul 16, 2007, 6:29:59 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
886964e
Parents:
777e947
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3238 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/base-files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/Makefile

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

    r777e947 r803eb1d  
    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
Note: See TracChangeset for help on using the changeset viewer.