diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-16 01:40:59 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-17 00:34:02 -0500 |
commit | c09eaf540ff6beaf59e78b89b21011f806e25743 (patch) | |
tree | 2dbd116196ea6a3381bbf2964dd4c0b23131f5c3 | |
parent | 17bd5500f0e292ef4908545aa0359db5206654fc (diff) | |
download | xrdp-proprietary-c09eaf540ff6beaf59e78b89b21011f806e25743.tar.gz xrdp-proprietary-c09eaf540ff6beaf59e78b89b21011f806e25743.zip |
Fix xrdp script on Debian
-rwxr-xr-x | instfiles/xrdp.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/instfiles/xrdp.sh b/instfiles/xrdp.sh index 3e727433..e80226f9 100755 --- a/instfiles/xrdp.sh +++ b/instfiles/xrdp.sh @@ -1,10 +1,3 @@ -#!/bin/sh -# xrdp control script -# Written : 1-13-2006 - Mark Balliet - posicat@pobox.com -# maintaned by Jay Sorg -# chkconfig: 2345 11 89 -# description: starts xrdp - ### BEGIN INIT INFO # Provides: xrdp # Required-Start: @@ -16,8 +9,7 @@ # Short-Description: Start and stop xrdp # Description: starts xrdp ### END INIT INFO - -SBINDIR=/usr/local/sbin +SBINDIR=/usr/sbin LOG=/dev/null CFGDIR=/etc/xrdp |