aboutsummaryrefslogtreecommitdiff
path: root/network/xrdp/patches
diff options
context:
space:
mode:
authorPhillip Warner <pc_warner@yahoo.com>2010-05-11 22:26:02 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:26:02 +0200
commit5d761ac16853817ed23c5e4cdf582bbf9e034f3f (patch)
treee87690cfe99cd7aa77e2a4661ea4ccc6e2207ce2 /network/xrdp/patches
parenta39e7ef7018dd461446cd230880819572231cb63 (diff)
network/xrdp: Updated for version 0.4.1
Diffstat (limited to 'network/xrdp/patches')
-rw-r--r--network/xrdp/patches/Makefile.NOPAM.diff13
-rw-r--r--network/xrdp/patches/Makefile.PAM.diff22
-rw-r--r--network/xrdp/patches/sesman.ini.diff30
-rw-r--r--network/xrdp/patches/xrdp_control.sh.diff14
4 files changed, 79 insertions, 0 deletions
diff --git a/network/xrdp/patches/Makefile.NOPAM.diff b/network/xrdp/patches/Makefile.NOPAM.diff
new file mode 100644
index 0000000000..0d63f34eee
--- /dev/null
+++ b/network/xrdp/patches/Makefile.NOPAM.diff
@@ -0,0 +1,13 @@
+Patch generated 20080922 by Phillip Warner <pc_warner@yahoo.com>
+Permission granted to use this patch as you see fit.
+
+--- Makefile.orig 2008-09-22 11:57:24.000000000 -0500
++++ Makefile 2008-09-22 11:57:51.000000000 -0500
+@@ -46,7 +46,6 @@
+ make -C sesman install
+ make -C xup install
+ make -C docs install
+- if [ -d /etc/pam.d ]; then install instfiles/pam.d/sesman /etc/pam.d/sesman; fi
+ install instfiles/xrdp_control.sh $(DESTDIR)/xrdp_control.sh
+
+ installdeb:
diff --git a/network/xrdp/patches/Makefile.PAM.diff b/network/xrdp/patches/Makefile.PAM.diff
new file mode 100644
index 0000000000..adc2599739
--- /dev/null
+++ b/network/xrdp/patches/Makefile.PAM.diff
@@ -0,0 +1,22 @@
+Patch generated 20071215 by Phillip Warner <pc_warner@yahoo.com>
+Permission granted to use this patch as you see fit.
+
+--- Makefile.orig 2007-12-15 00:22:34.000000000 -0600
++++ Makefile 2007-12-15 00:15:13.000000000 -0600
+@@ -39,6 +39,7 @@
+ mkdir -p $(PIDDIR)
+ mkdir -p $(MANDIR)
+ mkdir -p $(DOCDIR)
++ mkdir -p $(PKGDIR)/etc/pam.d
+ make -C vnc install
+ make -C libxrdp install
+ make -C xrdp install
+@@ -46,7 +47,7 @@
+ make -C sesman install
+ make -C xup install
+ make -C docs install
+- if [ -d /etc/pam.d ]; then install instfiles/pam.d/sesman /etc/pam.d/sesman; fi
++ install instfiles/pam.d/sesman $(PKGDIR)/etc/pam.d/sesman
+ install instfiles/xrdp_control.sh $(DESTDIR)/xrdp_control.sh
+
+ installdeb:
diff --git a/network/xrdp/patches/sesman.ini.diff b/network/xrdp/patches/sesman.ini.diff
new file mode 100644
index 0000000000..4cbea3403f
--- /dev/null
+++ b/network/xrdp/patches/sesman.ini.diff
@@ -0,0 +1,30 @@
+Patch generated 20080925 by Phillip Warner <pc_warner@yahoo.com>
+Permission granted to use this patch as you see fit.
+
+--- sesman/sesman.ini.orig 2008-09-22 12:56:51.000000000 -0500
++++ sesman/sesman.ini 2008-09-25 11:39:03.000000000 -0500
+@@ -2,11 +2,11 @@
+ ListenAddress=127.0.0.1
+ ListenPort=3350
+ EnableUserWindowManager=1
+-UserWindowManager=startwm.sh
++UserWindowManager=.xrdp-xinitrc
+ DefaultWindowManager=startwm.sh
+
+ [Security]
+-AllowRootLogin=1
++AllowRootLogin=0
+ MaxLoginRetry=4
+ TerminalServerUsers=tsusers
+ TerminalServerAdmins=tsadmins
+@@ -18,8 +18,8 @@
+ DisconnectedTimeLimit=0
+
+ [Logging]
+-LogFile=./sesman.log
+-LogLevel=DEBUG
++LogFile=/var/log/sesman.log
++LogLevel=INFO
+ EnableSyslog=0
+ SyslogLevel=DEBUG
+
diff --git a/network/xrdp/patches/xrdp_control.sh.diff b/network/xrdp/patches/xrdp_control.sh.diff
new file mode 100644
index 0000000000..f65954bd9c
--- /dev/null
+++ b/network/xrdp/patches/xrdp_control.sh.diff
@@ -0,0 +1,14 @@
+Patch generated 20080116 by Phillip Warner <pc_warner@yahoo.com>
+Permission granted to use this patch as you see fit.
+
+--- instfiles/xrdp_control.sh.orig 2007-04-29 01:19:13.000000000 -0500
++++ instfiles/xrdp_control.sh 2008-01-16 01:05:01.000000000 -0600
+@@ -8,7 +8,7 @@
+ XRDP=xrdp
+ SESMAN=sesman
+ STARTWM=startwm.sh
+-XRDP_DIR=/usr/local/xrdp/
++XRDP_DIR=/usr/lib/xrdp/
+ LOG=/dev/null
+
+ cd $XRDP_DIR