Home | History | Annotate | Download | only in src

Lines Matching refs:sudo

17 SUDO=${SUDO:-/usr/bin/sudo}
30 echo " or: $0 --kernel [--sudo] [--force] [RELEASE]"
37 echo "With --sudo, touches the installed file via $SUDO."
56 sudo=
65 x--sudo) sudo=$SUDO ;;
71 if [ $kernel = no ] && [ $force_kernel = yes -o -n "$sudo" ]; then
100 [ ! -e "$archive" ] || $sudo $RM -f "$archive" || exit
117 if [ -z "$sudo" ]; then
130 $sudo $MV -f "$new_archive" "$archive"