[backfire] backport r27965
[openwrt-10.03/.git] / package / base-files / files / etc / profile
index 1f680655f71167fbff8acb5796671c737a212992..4bdfa5787a3254ed684f3e0368c150207a3d78f0 100644 (file)
@@ -11,5 +11,5 @@ export PS1='\u@\h:\w\$ '
 
 [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
 
-[ -x /sbin/arp ] || arp() { cat /proc/net/arp; }
+[ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }
 [ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }