[asterisk-bugs] [Asterisk 0011802]: Make File- Warning out of order

noreply at bugs.digium.com noreply at bugs.digium.com
Sun Jan 20 17:13:23 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11802 
====================================================================== 
Reported By:                jfinstrom
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11802
Category:                   . I did not set the category correctly.
Reproducibility:            always
Severity:                   text
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0-beta1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             01-20-2008 16:54 CST
Last Modified:              01-20-2008 17:13 CST
====================================================================== 
Summary:                    Make File- Warning out of order
Description: 
The full warning should come after 551 to ensure it is seen and doesnt just
scroll past 


 540 oldmodcheck:
  541 	@if [ -n "$(OLDMODS)" ]; then \
  542 		echo " WARNING WARNING WARNING" ;\
  543 		echo "" ;\
  544 		echo " Your Asterisk modules directory, located at" ;\
  545 		echo " $(DESTDIR)$(MODULES_DIR)" ;\
  546 		echo " contains modules that were not installed by this " ;\
  547 		echo " version of Asterisk. Please ensure that these" ;\
  548 		echo " modules are compatible with this version before" ;\
  549 		echo " attempting to run Asterisk." ;\
  550 		echo "" ;\
  551 		for f in $(OLDMODS); do \
  552 			echo "    $$f" ;\
  553 		done ;\
  554 		echo "" ;\
  555 		echo " WARNING WARNING WARNING" ;\
  556 	fi
  557 
====================================================================== 

---------------------------------------------------------------------- 
 mvanbaak - 01-20-08 17:13  
---------------------------------------------------------------------- 
I replicated the warning after the module list.
How about that ? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-20-08 17:13  mvanbaak       Note Added: 0080919                          
======================================================================




More information about the asterisk-bugs mailing list