Searched refs:ifcmds (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh369 # and "ifcmds" variables.
373 ifcmds=""
377 if [ -n "$ifcmds" ]; then
382 $* $ifcmds || retval=$?
392 ifcmds="$one $rest"
400 [ -z "$ifcmds" ] && return $retval
412 ifcmds="$ifcmds $estr"
419 $* $ifcmds || return $?
449 ifcmds
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-iptun59 while read ifcmds; do
60 if [ -n "$ifcmds" ]; then
61 /sbin/ifconfig $1 $2 $ifcmds

Completed in 67 milliseconds