OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-registry                 Date:   29-Nov-2005 20:29:11
  Branch: HEAD                             Handle: 2005112919291100

  Modified files:
    openpkg-registry        register.sh

  Log:
    tell the user which step it performs

  Summary:
    Revision    Changes     Path
    1.22        +3  -3      openpkg-registry/register.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-registry/register.sh
  ============================================================================
  $ cvs diff -u -r1.21 -r1.22 register.sh
  --- openpkg-registry/register.sh      29 Nov 2005 19:28:16 -0000      1.21
  +++ openpkg-registry/register.sh      29 Nov 2005 19:29:11 -0000      1.22
  @@ -420,7 +420,7 @@
       echo "Just press RETURN to continue and/or keep a default setting."
   
       echo ""
  -    read -p "==== Preparation ==== [press RETURN to continue]"
  +    read -p "==== Step 1/3: Preparation ==== [press RETURN to continue]"
       echo "Attempting to write to the configuration file \"$REGISTRY_CONF\""
       echo "#`TZ= date '+%Y-%m-%d %H:%M:%S'`" | tee -a "$REGISTRY_CONF" 
2>/dev/null \
           || error "Configuration file not writable. Get more permissions and 
try again"
  @@ -459,7 +459,7 @@
       preparation
   
       echo ""
  -    read -p "==== Transaction ==== [press RETURN to continue]"
  +    read -p "==== Step 2/3: Transaction ==== [press RETURN to continue]"
       read -p "[REGISTRY_MODE=\"$REGISTRY_MODE\"] mode (post or fake) "; [ 
".$REPLY" != . ] && REGISTRY_MODE="$REPLY"
       read -p "[REGISTRY_ARGS=\"$REGISTRY_ARGS\"] args ";                [ 
".$REPLY" != . ] && REGISTRY_ARGS="$REPLY"
       read -p "[REGISTRY_TRAN=\"$REGISTRY_TRAN\"] tran dump file ";      [ 
".$REPLY" != . ] && REGISTRY_TRAN="$REPLY"
  @@ -478,7 +478,7 @@
       transaction <$REGISTRY_PREP
   
       echo ""
  -    read -p "==== Utilization ==== [press RETURN to continue]"
  +    read -p "==== Step 3/3: Utilization ==== [press RETURN to continue]"
       read -p "[REGISTRY_UTIL=\"$REGISTRY_UTIL\"] util dump file ";      [ 
".$REPLY" != . ] && REGISTRY_UTIL="$REPLY"
   
       [ ".$REGISTRY_UTIL" = . ] && error "missing information REGISTRY_UTIL"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to