diff options
author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-02-08 22:37:44 -0200 |
---|---|---|
committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-02-08 22:37:44 -0200 |
commit | ee436aeec9385a77cb547384575bcc2f9ad2746c (patch) | |
tree | d7fc2f98e36a9c06713284e450ad9bf98653346e /instfiles/init.d/xrdp | |
parent | 40a197e7a8960fdaefb1e4bd90344c5734bd9e77 (diff) | |
parent | 2a5d204baaa84207e835af570d89b10a17083fae (diff) | |
download | xrdp-proprietary-ee436aeec9385a77cb547384575bcc2f9ad2746c.tar.gz xrdp-proprietary-ee436aeec9385a77cb547384575bcc2f9ad2746c.zip |
Merge pull request #309 from proski/devel
Fixes for autotools, compile warnings and MacOS compatibility
Diffstat (limited to 'instfiles/init.d/xrdp')
-rw-r--r-- | instfiles/init.d/xrdp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instfiles/init.d/xrdp b/instfiles/init.d/xrdp index e6c6e123..8e5f42d1 100644 --- a/instfiles/init.d/xrdp +++ b/instfiles/init.d/xrdp @@ -139,7 +139,7 @@ case "$1" in ;; force-stop) $0 stop - # because it doesn't allways die the right way + # because it doesn't always die the right way force_stop ;; restart|force-reload) |