From 2ce05038fd2130de5d3c6703058940480872f139 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Mon, 27 Apr 2015 09:28:27 +0900 Subject: [PATCH] instfiles: default/xrdp is not needed as well on systemd --- instfiles/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index dd11c7a0..e818625d 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -4,7 +4,6 @@ xrdp.service SUBDIRS = \ pam.d \ - default \ pulse if HAVE_SYSTEMD @@ -13,6 +12,7 @@ systemdsystemunit_DATA = \ xrdp.service else SUBDIRS+= + default \ init.d endif