From a20f99d3d197de3242e18ec028d2b6f47d3188be Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Wed, 11 Dec 2019 17:09:08 +0900 Subject: [PATCH] Remove xrdp.sh from Makefile and document as well --- file-loc.txt | 1 - instfiles/Makefile.am | 2 -- 2 files changed, 3 deletions(-) diff --git a/file-loc.txt b/file-loc.txt index 2a1e58a8..1db899e9 100644 --- a/file-loc.txt +++ b/file-loc.txt @@ -30,7 +30,6 @@ default build will install the following startwm.sh xrdp.ini xrdp_keyboard.ini - xrdp.sh /etc/xrdp/pulse default.pa diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index e699b7f4..08730c03 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -1,6 +1,5 @@ EXTRA_DIST = \ keymap-names.txt \ - xrdp.sh \ xrdp-sesman.service.in \ xrdp.service.in @@ -61,7 +60,6 @@ if LINUX SUBDIRS += \ pam.d \ pulse -dist_startscript_SCRIPTS = xrdp.sh if HAVE_SYSTEMD systemdsystemunit_DATA = \ xrdp-sesman.service \