summaryrefslogtreecommitdiffstats
path: root/instfiles/init.d
Commit message (Collapse)AuthorAgeFilesLines
* Create and install rsakeys.iniPavel Roskin2016-02-231-13/+0
| | | | | | | | | Use install-data-hook to ensure restrictive permissions on rsakeys.ini. Don't create rsakeys.ini in init scripts. This makes xrdp functional upon "make install" without relying on the init scripts. Packagers should not package rsakeys.ini, it should be created when the package is installed.
* Use SCRIPTS for executable scripts, don't use "chmod 755"Pavel Roskin2016-02-221-1/+1
|
* Use "dist_" prefix to minimize use of EXTRA_DISTPavel Roskin2016-02-221-4/+2
| | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
* More spelling fixes found by codespell and aspellPavel Roskin2016-01-301-1/+1
|
* PIDDIR should be /var/run, not /var/run/xrdpPavel Roskin2016-01-141-1/+1
| | | There are no references to /var/run/xrdp anywhere else in the code.
* instfiles: init.d/xrdp shouldn't be installed on systemd systemKoichiro IWAO2015-04-171-1/+1
| | | | | | | | | On systemd system, at least CentOS 7, `service foo start` command works as wrapper of `systemctl start foo`. However, xrdp installs init script into /etc/init.d/xrdp. This script is not necessary for systemd system, and, what is worse, if init.d/xrdp exists, `service xrdp start` works as wrapper to run init.d/xrdp. Maybe this is inconvinient for many users.
* xrdp initscript add BASE var, add SDAEMON var, replace fullpathscocoon2013-07-051-5/+7
| | | | | | | | | | | with combined path var -DAEMON=/usr/sbin/xrdp +BASE=__BASE__ (PREFIX gets replaced by given prefix, or as fallback /usr/local on Ubuntu) +DAEMON=${BASE}/sbin/xrdp +SDAEMON=${BASE}/sbin/xrdp-sesman
* remove awkward rsakeys.init comparisonGustavo Homem2013-03-211-1/+1
|
* correct usageGustavo Homem2013-03-201-1/+1
|
* more robust version, including force-stop optionGustavo Homem2013-03-201-33/+133
|
* further integration fixesGustavo Homem2013-03-201-1/+3
|
* add FORCE flag to ensure the service really stops (overridable by systemGustavo Homem2013-03-201-108/+31
| | | | administraor)
* Changes related to integrationGustavo Homem2013-03-182-0/+164