diff options
author | jsorg71 <jsorg71> | 2009-08-08 01:35:28 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-08-08 01:35:28 +0000 |
commit | a34ca6793a5729a38abd51bc7ead94e2936e7dd5 (patch) | |
tree | 87657de423c351ddc7633f3fe11abddf789b42a2 | |
parent | 15af40ee1285b50b25decd6e72c31a19e75dfcfe (diff) | |
download | xrdp-proprietary-a34ca6793a5729a38abd51bc7ead94e2936e7dd5.tar.gz xrdp-proprietary-a34ca6793a5729a38abd51bc7ead94e2936e7dd5.zip |
remove /etc/init.d changes and auto keygen
-rw-r--r-- | instfiles/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index 8f8616c5..0db8bda0 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -10,6 +10,7 @@ startscript_DATA = \ # must be tab below install-data-hook: chmod 755 $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh - if [ -w /etc/init.d ]; then rm -f /etc/init.d/xrdp.sh; fi - if [ -w /etc/init.d ]; then $(LN_S) $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh /etc/init.d/xrdp.sh; fi - $(DESTDIR)$(bindir)/xrdp-keygen xrdp $(DESTDIR)$(sysconfdir)/xrdp/rsakeys.ini + +# if [ -w /etc/init.d ]; then rm -f /etc/init.d/xrdp.sh; fi +# if [ -w /etc/init.d ]; then $(LN_S) $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh /etc/init.d/xrdp.sh; fi +# $(DESTDIR)$(bindir)/xrdp-keygen xrdp $(DESTDIR)$(sysconfdir)/xrdp/rsakeys.ini |