comparison bash @ 57:ada5b9534765

[bash] Sanitize sunos ping.
author Edho Prima Arief <me@myconan.net>
date Wed, 04 May 2011 14:02:19 +0700
parents 9343fa4dfd91
children 73b2fccc4f06
comparison
equal deleted inserted replaced
56:9343fa4dfd91 57:ada5b9534765
29 [ -x /usr/gnu/bin/grep ] && _has_gnu_grep=y 29 [ -x /usr/gnu/bin/grep ] && _has_gnu_grep=y
30 [ -d /usr/xpg4/bin ] && PATH="/usr/xpg4/bin:${PATH}" 30 [ -d /usr/xpg4/bin ] && PATH="/usr/xpg4/bin:${PATH}"
31 [ -d /opt/csw/bin ] && PATH="/opt/csw/bin:${PATH}" 31 [ -d /opt/csw/bin ] && PATH="/opt/csw/bin:${PATH}"
32 [ -d /opt/csw/sbin ] && PATH="/opt/csw/sbin:${PATH}" 32 [ -d /opt/csw/sbin ] && PATH="/opt/csw/sbin:${PATH}"
33 [ -d /usr/gnu/bin ] && PATH="/usr/gnu/bin:${PATH}" 33 [ -d /usr/gnu/bin ] && PATH="/usr/gnu/bin:${PATH}"
34 alias ping="ping -s"
35 alias ping6="ping -A inet6"
34 ;; 36 ;;
35 FreeBSD) 37 FreeBSD)
36 _has_rm_I=y 38 _has_rm_I=y
37 CLICOLOR= 39 CLICOLOR=
38 ;; 40 ;;