diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-13 01:01:18 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:01:18 +0200 |
commit | 7603037553aaeb9858ddf2dc7ad4e04c51535afc (patch) | |
tree | 06d565afe65078a673b28fa85a53aad1985401be /system/xrdp/patches/Makefile.PAM.diff | |
parent | f8148f4768f5990ca80661402f3ec28c059a90c0 (diff) | |
download | slackbuilds-7603037553aaeb9858ddf2dc7ad4e04c51535afc.tar.gz |
system/xrdp: Added to 13.0 repository
Diffstat (limited to 'system/xrdp/patches/Makefile.PAM.diff')
-rw-r--r-- | system/xrdp/patches/Makefile.PAM.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/xrdp/patches/Makefile.PAM.diff b/system/xrdp/patches/Makefile.PAM.diff new file mode 100644 index 0000000000..adc2599739 --- /dev/null +++ b/system/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: |