This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
xrdp
Watch
1
Star
0
Fork
0
You've already forked xrdp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dd69d3919d
xrdp
/
instfiles
/
rc.d
/
Makefile.am
3 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
Use "dist_" prefix to minimize use of EXTRA_DIST "dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
2016-02-23 09:11:57 +03:00
startscriptdir
=
$(
sysconfdir
)
/rc.d
FreeBSD: separate rc script into xrdp and xrdp-sesman to improve fscd(8)[1] compatibility. fscd(8) monitors daemons and restarts after daemons crashed. We usually want to start, stop, and restart xrdp and xrdp-sesman separately because restarting xrdp-sesman means losing existing sessions. This change will enable fscd(8) not to restart xrdp-sesman together when only xrdp daemon crashes. Now rc.d/xrdp mainly has following commands: * start - starts xrdp * stop - stops xrdp * restart - stops xrdp, then starts it again * allstart - starts both xrdp and xrdp-sesman * allstop - stops both * allrestart - stops both, then start them again * status - returns status of xrdp rc.d/xrdp-sesman doesn't have all- prefixed commands. [1] https://www.freshports.org/sysutils/fsc/
2018-05-28 18:30:22 +03:00
dist_startscript_SCRIPTS
=
xrdp xrdp-sesman
Reference in New Issue
Copy Permalink