From 31cca182bf6d5846106a59d5c95330bce1550ca2 Mon Sep 17 00:00:00 2001 From: Keith Morgan Date: Thu, 20 Sep 2018 17:54:03 +0000 Subject: [PATCH] Reported by Trent Creekmore DAHTOOL-73 Changed the output to match the command needed for installing init scripts. --- Makefile.legacy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.legacy b/Makefile.legacy index e26f0d2..b0455bc 100644 --- a/Makefile.legacy +++ b/Makefile.legacy @@ -86,7 +86,7 @@ install: all install-programs @echo "### DAHDI tools installed successfully." @echo "### If you have not done so before, install init scripts with:" @echo "###" - @echo "### make config" + @echo "### make install-config" @echo "###" @echo "###################################################"