[dahdi-commits] tzafrir: linux/trunk r4540 - /linux/trunk/Makefile
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Sun Jul  6 05:13:17 CDT 2008
    
    
  
Author: tzafrir
Date: Sun Jul  6 05:13:16 2008
New Revision: 4540
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4540
Log:
Point to DAHDI-tools instead of 'make config' in the end of 'make
install'.
Closes issue #12998 .
Modified:
    linux/trunk/Makefile
Modified: linux/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/linux/trunk/Makefile?view=diff&rev=4540&r1=4539&r2=4540
==============================================================================
--- linux/trunk/Makefile (original)
+++ linux/trunk/Makefile Sun Jul  6 05:13:16 2008
@@ -96,9 +96,8 @@
 	@echo "###################################################"
 	@echo "###"
 	@echo "### DAHDI installed successfully."
-	@echo "### If you have not done so before, install init scripts with:"
-	@echo "###"
-	@echo "###   make config"
+	@echo "### If you have not done so before, install the packsge"
+	@echo "### DAHDI-tools."
 	@echo "###"
 	@echo "###################################################"
 
    
    
More information about the dahdi-commits
mailing list