Changeset 803eb1d in freewrt
- Timestamp:
- Jul 16, 2007, 6:29:59 PM (18 years ago)
- Children:
- 886964e
- Parents:
- 777e947
- Location:
- package/base-files
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
files/etc/profile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
r777e947 r803eb1d 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.1 12 PKG_RELEASE:= 1 712 PKG_RELEASE:= 18 13 13 WRKDIST= ${WRKDIR}/base-files 14 14 NO_DISTFILES:= 1 -
package/base-files/files/etc/profile
r777e947 r803eb1d 10 10 [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; } 11 11 [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; } 12 alias ls='ls --color' 12 13 if [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ]; then 13 14 [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ ' 14 alias ls='ls --color'15 15 alias ll="ls -l" 16 16 else
Note:
See TracChangeset
for help on using the changeset viewer.
