summaryrefslogtreecommitdiff
path: root/network/xrdp/patches/Makefile.PAM.diff
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:04 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:04 +0200
commit3cd00509390d367e47e1761d7614e1023621ee69 (patch)
tree0ecfb7732b9d4fc77efe0090a79ad17b31a361da /network/xrdp/patches/Makefile.PAM.diff
parent77852468d95253222ef3e04560866bf45a79b03a (diff)
downloadslackbuilds-3cd00509390d367e47e1761d7614e1023621ee69.tar.gz
network/xrdp: Removed from 13.0 repository
Diffstat (limited to 'network/xrdp/patches/Makefile.PAM.diff')
-rw-r--r--network/xrdp/patches/Makefile.PAM.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/network/xrdp/patches/Makefile.PAM.diff b/network/xrdp/patches/Makefile.PAM.diff
deleted file mode 100644
index adc2599739..0000000000
--- a/network/xrdp/patches/Makefile.PAM.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-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: