diff options
author | jsorg71 <jsorg71> | 2005-09-20 01:34:53 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-09-20 01:34:53 +0000 |
commit | 27abee98cec71a82d9eeec33af044bee58a86ba8 (patch) | |
tree | 40ce65d02e4a88cd0a3c7e795e9f0f1c0251051e /Makefile | |
parent | d754fe660e23b0143af76ad6d1ea1fa4ab143836 (diff) | |
download | xrdp-proprietary-27abee98cec71a82d9eeec33af044bee58a86ba8.tar.gz xrdp-proprietary-27abee98cec71a82d9eeec33af044bee58a86ba8.zip |
make pam the default and install the pam.d file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,3 +30,4 @@ install: install instfiles/startwm.sh $(DESTDIR)/startwm.sh install instfiles/xrdp.ini $(DESTDIR)/xrdp.ini install instfiles/xrdpstart.sh $(DESTDIR)/xrdpstart.sh + install instfiles/pam.d/sesman /etc/pam.d/sesman |