From: Ben Gras Date: Tue, 1 Nov 2005 22:57:42 +0000 (+0000) Subject: Install ftpd sh executable. X-Git-Tag: v3.1.2a~531 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keyfromlabel.html?a=commitdiff_plain;h=ceb6a62f6d65b2152a74acfd0b51f1c915435898;p=minix.git Install ftpd sh executable. --- 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