From 95685a1d893c5901cb5eff2e88d2b690d4a180d2 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Thu, 3 Apr 2008 23:05:01 +0000 Subject: [PATCH] more tweaks to new change version code; fixed typos; put 12.0 above 11.0; add trademark notice for Slackware and Linux --- src/usr/bin/sbopkg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 3c93be0..dd25f8c 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -22,7 +22,10 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# +# +# Slackware is a registered trademark of Patrick Volkerding. +# Linux is a registered trademark of Linux Torvalds. +# # Other contributors: Bob Lounsbury, Robby Workman, Alan Hicks, Paul # Wisehart, slakmagik (thanks for your diff!), Eric Hameleers, # Michiel van Wessem, hba @@ -199,9 +202,9 @@ while [ 0 ]; do --menu "You are currently using sbopkg to browse a local copy of SBo \ for Slackware version $SLACKVER. If you would like to change \ it, please select another version below:" 20 50 3 \ -"11.0" "Slackware version 11.0" \ -"12.0" "Slackware version 12.0" 2>$TMP/sbopkg_version_selection -#"12.1" "Slackware version 12.1" +#"12.1" "Slackware version 12.1" \ +"12.0" "Slackware version 12.0" \ +"11.0" "Slackware version 11.0" 2>$TMP/sbopkg_version_selection if [ $? = 1 ]; then break fi