From ceb6a62f6d65b2152a74acfd0b51f1c915435898 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 1 Nov 2005 22:57:42 +0000 Subject: [PATCH] Install ftpd sh executable. --- commands/ftpd200/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ftpd200/Makefile b/commands/ftpd200/Makefile index 8de5f3210..249b5a166 100644 --- a/commands/ftpd200/Makefile +++ b/commands/ftpd200/Makefile @@ -31,7 +31,7 @@ $(BINDIR)/setup.anonftp: setup.anonftp install -c -o bin $? $@ $(BINDIR)/ftpdsh: ftpdsh - install -c -o bin $? $@ + install -m 755 -c -o bin $? $@ ftpd.o: ftpd.c ftpd.h access.h file.h net.h access.o: access.c ftpd.h access.h -- 2.44.0