From 6104d81ef984230a6a660834a322c77c96126aa7 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 8 Jul 2009 16:23:00 +0000 Subject: [PATCH] forgot to remove commented out code --- src/usr/sbin/sbopkg | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index a192cd6..3d32905 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -888,9 +888,6 @@ set_repo_vars() { select_repository() { # Create menu and list the sbopkg-supported repositories for # user to choose from. - - # See comment below about dialog glitches with the PID check. - #local PID while :; do eval dialog --cancel-label "Back" --title \ @@ -910,16 +907,7 @@ select_repository() { fi eval $(sed 's:^\(.*\) (\(.*\))$:REPO_NAME=\2;REPO_BRANCH=\1:g' \ < $SBOPKGTMP/sbopkg_version_selection) - # This was causing annoying glitches; comment out for now - #if [[ $DIAG ]]; then - # ( - # sleep 0.2 - # dialog --infobox "Checking out..." 3 19 - # ) & - # PID=$! - #fi set_repo_vars - #[[ $PID ]] && kill -9 $PID 2> /dev/null dialog --title "Save this setting?" --defaultno --yesno \ "$(crunch "Would you like to save this repository setting \ in the user's $HOME/.sbopkg.conf file? (One will be created if \