summaryrefslogtreecommitdiffstats
path: root/instfiles/init.d/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* Changes related to integrationGustavo Homem2013-03-181-0/+4