--- Makefile.in.orig	Wed May 20 18:43:14 1998
+++ Makefile.in	Sun Jun  7 17:21:24 1998
@@ -20,7 +20,7 @@
 #   (server will not catch signals that cause termination)
 # -DDEBUG_ENABLE_COREDUMP
 
-OPTIONS=@CFLAGS@
+OPTIONS=@CFLAGS@ -D_POSIX_SAVED_IDS
 #OPTIONS=-g -DUSESHADOW -DDEBUG_NOFORK
 
 # Installation directories set by configure.  Alter these to
@@ -32,6 +32,7 @@
 sbindir=@sbindir@
 etcdir=@etcdir@
 mandir=@mandir@
+libexecdir=@libexecdir@
 
 include ./Make.rules
 include ./Make.modules
@@ -76,15 +77,12 @@
 	rm -f proftpd ftpcount ftpwho ftpshut core
 
 install-proftpd:
-	$(INSTALL) -s -g 0 -o 0 -m 0755 proftpd $(sbindir)/proftpd
-	if [ ! -f $(sbindir)/in.proftpd ] ; then \
-	  ln -s $(sbindir)/proftpd $(sbindir)/in.proftpd; \
-	fi
-
+	$(INSTALL) -s -g 0 -o 0 -m 0755 proftpd $(libexecdir)/proftpd
+	
 install-utils:
 	$(INSTALL) -s -g 0 -o 0 -m 0755 ftpcount $(bindir)/ftpcount
 	$(INSTALL) -s -g 0 -o 0 -m 0755 ftpcount $(bindir)/ftpwho
-	$(INSTALL) -s -g 0 -o 0 -m 0755 ftpcount $(sbindir)/ftpwho
+	$(INSTALL) -s -g 0 -o 0 -m 0755 ftpshut $(sbindir)/ftpshut
 
 install-conf:
 	if [ ! -e $(etcdir)/proftpd.conf ] ; then \
