diff --git a/sources b/sources deleted file mode 100644 index 8a7f8dc..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c8ecfe10c1900bf722c98d628f4b0234 xrdp-cvs-03-17-2010.tar.gz diff --git a/xrdp.logrotate b/xrdp.logrotate index 46a0bdd..3ecd25a 100644 --- a/xrdp.logrotate +++ b/xrdp.logrotate @@ -1,9 +1,9 @@ -/var/log/xrdp/sesman.log { +/var/log/xrdp-sesman.log { create 644 root root daily compress missingok postrotate - /etc/rc.d/init.d/xrdp restart > /dev/null 2>/dev/null || : + /bin/kill -HUP `cat /var/run/xrdp-sesman.pid 2>/dev/null` 2> /dev/null || true endscript } diff --git a/xrdp.spec b/xrdp.spec index 507cccb..3cb7071 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -4,7 +4,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Version: 0.5.0 -Release: 0.11.%{cvs}%{?dist} +Release: 0.12.%{cvs}%{?dist} License: GPLv2+ with exceptions Group: Applications/Internet URL: http://xrdp.sourceforge.net/ @@ -27,6 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: xrdp-pam-auth.patch Patch1: environmnet.patch Patch2: 05-default-keymap.patch +Patch3: limit-x-to-localhost.patch Source1: xrdp.init Source2: xrdp.sysconfig @@ -64,6 +65,8 @@ terminal server / remote desktop clients. %patch1 -p2 #fix keymap %patch2 -p1 +%patch3 -p1 + # remove unused modules from xrdp login combobox @@ -181,6 +184,9 @@ rm -rf %{buildroot} %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini %changelog +* Thu Nov 18 2010 Itamar Reis Peixoto - 0.5.0-0.12.03172010 +- fix logrotate to not restart xrdp and drop all open connections + * Mon Oct 04 2010 Itamar Reis Peixoto - 0.5.0-0.11.03172010 - Load a default keymap when current keymap doesnt exist