From f4e2332421971bc540033e1c0b69392fd0f27a04 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 4 May 2012 20:54:30 +0100 Subject: Update 'make install' to inform the user about the example config files. --- make/template/main.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/template/main.mk b/make/template/main.mk index 7131a4f73..9a5f4db05 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -231,7 +231,8 @@ install: target @echo ' Binaries:' $(BINPATH) @echo ' Modules:' $(MODPATH) @echo 'To start the ircd, run:' $(BASE)/inspircd start - @echo 'Remember to edit your config file:' $(CONPATH)/inspircd.conf + @echo 'Remember to create your config file:' $(CONPATH)/inspircd.conf + @echo 'Examples are available at:' $(CONPATH)/examples/ @GNU_ONLY RCS_FILES = $(wildcard .git/index src/version.sh) @BSD_ONLY RCS_FILES = src/version.sh -- cgit v1.2.3