From 87ee1582a221c9be43a1390c427bcb3b46023f22 Mon Sep 17 00:00:00 2001 From: slakmagik Date: Tue, 15 Jun 2010 00:18:40 +0000 Subject: [PATCH] updated ChangeLog Also removed a bit of brain damage (long day). Also, thanks to Chess and Mauro for review and discussion of the prompt patches. --- src/usr/doc/ChangeLog.txt | 2 ++ src/usr/sbin/sbopkg | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/doc/ChangeLog.txt b/src/usr/doc/ChangeLog.txt index ef0d668..a31cd2d 100644 --- a/src/usr/doc/ChangeLog.txt +++ b/src/usr/doc/ChangeLog.txt @@ -19,6 +19,8 @@ enhancements: * The directory initialization process has been changed - at first run or otherwise when encountering missing directories, the user will now be presented with a single list of them and a (C)reate/(A)bort prompt. + * The command line user interface has been overhauled in terms of more + consistent validated command line messages and prompts. +--------------------------+ Thu May 27 18:13:59 UTC 2010 Sbopkg 0.33.1 released. This version contains the following fixes and diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 24af67c..7b12880 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -4344,8 +4344,6 @@ SBOVER=svn_r$(cut -d' ' -f2 <<< "$REV") DIAG=1 ON_ERROR=ask REPOS_FIELDS=7 -# this is the undocumented 'slakmagik hates hitting enter' option -NFLAG=$NFLAG # Make sure we are root. if [[ $(id -u) != 0 ]]; then