From acd09007a12e4901aa5d221af18de9c42044d970 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 28 Oct 2018 13:41:35 +0100 Subject: Remove usyslogd/klogd and syslog utility program This is split out to a seperate package. Signed-off-by: David Oberhollenzer --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 806b777..19b79e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,6 @@ include initd/Makemodule.am include crond/Makemodule.am include scripts/Makemodule.am include services/Makemodule.am -include syslogd/Makemodule.am install-exec-hook: (cd $(DESTDIR)$(sbindir); $(LN_S) shutdown reboot) @@ -56,9 +55,3 @@ if GCROND $(MKDIR_P) $(DESTDIR)$(GCRONDIR) $(LN_S) $(TEMPLATEDIR)/gcrond $(DESTDIR)$(SVCDIR)/gcrond endif -if USYSLOGD - $(LN_S) $(TEMPLATEDIR)/usyslogd $(DESTDIR)$(SVCDIR)/usyslogd -endif -if KLOGD - $(LN_S) $(TEMPLATEDIR)/klogd $(DESTDIR)$(SVCDIR)/klogd -endif -- cgit v1.2.3