Changeset 3238
- Timestamp:
- 07/16/07 18:29:59 (1 year ago)
- Files:
-
- trunk/freewrt/package/base-files/Makefile (modified) (1 diff)
- trunk/freewrt/package/base-files/files/etc/profile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/base-files/Makefile
r3235 r3238 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 trunk/freewrt/package/base-files/files/etc/profile
r3235 r3238 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


