[SM-Commit] BZR Change 17 to devel sorcery by Andrew Stitt <astitt at sourcemage.org>

bzr at mail.sourcemage.org bzr at mail.sourcemage.org
Wed Apr 12 12:30:10 EDT 2006


------------------------------------------------------------
revno: 17
committer: Andrew Stitt <astitt at sourcemage.org>
branch nick: devel-hack4
timestamp: Wed 2006-04-12 09:22:33 -0700
message:
  fix bug 10144

=== modified file 'ChangeLog'
--- ChangeLog	
+++ ChangeLog	
@@ -1,3 +1,7 @@
+2006-04-12 Andrew Stitt <astitt at sourcemage.org>
+	* gaze: fix bug 10144, fix viewing of install queue, patch from
+	  Jaka Kranjc
+
 2006-04-08 Andrew Stitt <astitt at sourcemage.org>
 	* libdepends: add default_* functions for dependency resolution
 	  phase, bug 10900.

=== modified file 'usr/sbin/gaze'
--- usr/sbin/gaze	
+++ usr/sbin/gaze	
@@ -1737,7 +1737,12 @@
 
       pam)  find_pam_aware  ;;
 
- install-queue)  display  $INSTALL_QUEUE  "Install queue does not exist"  ;;
+ install-queue)  if [[ -s $INSTALL_QUEUE ]]; then
+                   $PAGER $INSTALL_QUEUE
+                 else
+                   message "Install queue does not exist or is empty"
+                 fi
+                 ;;
 
   remove-queue)  display  $REMOVE_QUEUE   "Remove queue does not exist"   ;;
 




More information about the SM-Commit mailing list