diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-16 01:40:59 +0000 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-16 01:40:59 +0000 |
commit | 0f910da6a6943b2f702358ca4b4a75090e918560 (patch) | |
tree | a885478c0002485d1b20816a097e093f49925330 | |
parent | eaea641e3e54d3e3245c99d76dc0c41aeac1791b (diff) | |
download | xrdp-proprietary-0f910da6a6943b2f702358ca4b4a75090e918560.tar.gz xrdp-proprietary-0f910da6a6943b2f702358ca4b4a75090e918560.zip |
Fix xrdp script on Debian
-rwxr-xr-x | instfiles/xrdp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instfiles/xrdp.sh b/instfiles/xrdp.sh index 3671004f..6abb1cac 100755 --- a/instfiles/xrdp.sh +++ b/instfiles/xrdp.sh @@ -5,7 +5,7 @@ # chkconfig: 2345 11 89 # description: starts xrdp -SBINDIR=/usr/local/sbin +SBINDIR=/usr/sbin LOG=/dev/null CFGDIR=/etc/xrdp |