remove /etc/init.d changes and auto keygen
This commit is contained in:
parent
15af40ee12
commit
a34ca6793a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user