From 996d95600becf3aff1fc11c7764d3ac827441417 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Tue, 6 May 2008 08:54:49 +0000 Subject: [PATCH] rename /etc/init.d and /etc/pam.d files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c171e04a..f56c505d 100644 --- a/Makefile +++ b/Makefile @@ -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