From d41d7bdc46abb4304e3f894cebbe9841b8b8cfd7 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 28 Dec 2015 15:11:51 +0100 Subject: [PATCH] Suggest cron job in 'make install' --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 14c994513..92996a741 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,7 +210,6 @@ install: all $(INSTALL) -m 0700 -d @CACHEDIR@ $(INSTALL) -m 0700 -d @PERMDATADIR@ $(INSTALL) -m 0700 -d @LOGDIR@ - # TODO: ircdcron.. where? -@if [ ! -f "@CONFDIR@/ssl/server.cert.pem" ] ; then \ $(INSTALL) -m 0600 server.req.pem @CONFDIR@/ssl ; \ $(INSTALL) -m 0600 server.key.pem @CONFDIR@/ssl ; \ @@ -234,6 +233,8 @@ install: all @echo '* Consult the documentation online at:' @echo ' * https://www.unrealircd.org/docs/UnrealIRCd_4_documentation' @echo ' * https://www.unrealircd.org/docs/FAQ' + @echo '* You may also wish to install a cron job to ensure UnrealIRCd is always running:' + @echo ' * https://www.unrealircd.org/docs/Cron_job' @echo '' -@if [ "@SCRIPTDIR@/bin" = "@BINDIR@" ] ; then \ echo 'Again, be sure to change to the @SCRIPTDIR@ directory!' ; \