Print this page
8112 EOF crazier RPC daemons
*** 21,31 ****
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
#
# This script tests that several of the the mib:::udp* probes fire and fire
# with a valid args[0].
#
--- 21,30 ----
*** 48,61 ****
exit(0);
}
EOF
}
! rupper()
{
while true; do
! rup localhost
/usr/bin/sleep 1
done
}
if [ $# != 1 ]; then
--- 47,60 ----
exit(0);
}
EOF
}
! udpper()
{
while true; do
! showmount localhost >/dev/null 2>&1
/usr/bin/sleep 1
done
}
if [ $# != 1 ]; then
*** 63,74 ****
exit 2
fi
dtrace=$1
! rupper &
! rupper=$!
script
status=$?
! kill $rupper
exit $status
--- 62,73 ----
exit 2
fi
dtrace=$1
! udpper &
! udpper=$!
script
status=$?
! kill $udpper
exit $status