diff options
author | jsorg71 <jsorg71> | 2006-12-26 07:34:33 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-12-26 07:34:33 +0000 |
commit | 1ed935186d183ad01352b8846b762fbb4ee361d8 (patch) | |
tree | 9b6770d22bd27ea88f0f4c57045eb91aa4fe45d1 /instfiles | |
parent | d6e5f1996eaae4e42d2d9924d04e109d85d36f91 (diff) | |
download | xrdp-proprietary-1ed935186d183ad01352b8846b762fbb4ee361d8.tar.gz xrdp-proprietary-1ed935186d183ad01352b8846b762fbb4ee361d8.zip |
added chkconfig support for newer versions
Diffstat (limited to 'instfiles')
-rwxr-xr-x | instfiles/xrdp_control.sh | 2 | ||||
-rw-r--r-- | instfiles/xrdp_control1.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/instfiles/xrdp_control.sh b/instfiles/xrdp_control.sh index b2deda56..7c586d9a 100755 --- a/instfiles/xrdp_control.sh +++ b/instfiles/xrdp_control.sh @@ -1,6 +1,8 @@ #!/bin/sh # xrdp control script # Written : 1-13-2006 - Mark Balliet - posicat@pobox.com +# chkconfig: 2345 11 89 +# description: starts xrdp XRDP=xrdp SESMAN=sesman diff --git a/instfiles/xrdp_control1.sh b/instfiles/xrdp_control1.sh index 4282de68..398efc4b 100644 --- a/instfiles/xrdp_control1.sh +++ b/instfiles/xrdp_control1.sh @@ -2,6 +2,8 @@ # xrdp control script # same as xrdp_control.sh except the XRDP_DIR is /usr/lib/xrdp # Written : 1-13-2006 - Mark Balliet - posicat@pobox.com +# chkconfig: 2345 11 89 +# description: starts xrdp XRDP=xrdp SESMAN=sesman |