Commit Graph

11 Commits (c15cd91198b7393cf7c9d2576f1762a22acc017f)

Author SHA1 Message Date
Pavel Roskin 8a1de8dbc4 Remove trailing whitespace 8 years ago
Pavel Roskin b63575cebc Create and install rsakeys.ini
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.
9 years ago
Pavel Roskin 02c981e796 More spelling fixes found by codespell and aspell 9 years ago
Pavel Roskin dac8bf728a PIDDIR should be /var/run, not /var/run/xrdp
There are no references to /var/run/xrdp anywhere else in the code.
9 years ago
cocoon 781e992c9e xrdp initscript add BASE var, add SDAEMON var, replace fullpaths
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
12 years ago
Gustavo Homem 4abac0a05d remove awkward rsakeys.init comparison 12 years ago
Gustavo Homem 3543206ad7 correct usage 12 years ago
Gustavo Homem 68f38adaa3 more robust version, including force-stop option 12 years ago
Gustavo Homem 49301fac00 further integration fixes 12 years ago
Gustavo Homem 276675a235 add FORCE flag to ensure the service really stops (overridable by system
administraor)
12 years ago
Gustavo Homem 4c24a5605d Changes related to integration 12 years ago