diff options
author | Gustavo Homem <gustavo@angulosolido.pt> | 2013-03-20 11:57:16 +0000 |
---|---|---|
committer | Gustavo Homem <gustavo@angulosolido.pt> | 2013-03-20 11:57:16 +0000 |
commit | ec0f41df3c0210894270a311aee9bdb51ca5a25b (patch) | |
tree | c9e7318ee14ca1a01fadfd69bbf2fe6ce149e4a2 | |
parent | 4c24a5605daa66b1ff265a9848862f4beeb9efc0 (diff) | |
download | xrdp-proprietary-ec0f41df3c0210894270a311aee9bdb51ca5a25b.tar.gz xrdp-proprietary-ec0f41df3c0210894270a311aee9bdb51ca5a25b.zip |
fix xrdp init script permissions
-rw-r--r-- | instfiles/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index f41bb841..7ba86d3d 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -28,3 +28,4 @@ startscript_DATA = \ # must be tab below install-data-hook: chmod 755 $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh + chmod 755 $(DESTDIR)$(sysconfdir)/init.d/xrdp |