diff options
author | jsorg71 <jsorg71> | 2008-05-06 08:54:49 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-05-06 08:54:49 +0000 |
commit | 996d95600becf3aff1fc11c7764d3ac827441417 (patch) | |
tree | d14941bba1af62d613e29248cc6560213113e827 | |
parent | f6825d13653b73eb86e2fcb424569a6ccf4d9c0f (diff) | |
download | xrdp-proprietary-996d95600becf3aff1fc11c7764d3ac827441417.tar.gz xrdp-proprietary-996d95600becf3aff1fc11c7764d3ac827441417.zip |
rename /etc/init.d and /etc/pam.d files
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,5 +50,5 @@ install: $(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 - if [ -d /etc/init.d ]; then install instfiles/xrdp /etc/init.d/xrdp; fi + if [ -d /etc/pam.d ]; then install instfiles/pam.d/xrdp-sesman /etc/pam.d/xrdp-sesman; fi + if [ -d /etc/init.d ]; then install instfiles/xrdp.sh /etc/init.d/xrdp.sh; fi |