]> Zhao Yanbai Git Server - minix.git/commitdiff
Install ftpd sh executable.
authorBen Gras <ben@minix3.org>
Tue, 1 Nov 2005 22:57:42 +0000 (22:57 +0000)
committerBen Gras <ben@minix3.org>
Tue, 1 Nov 2005 22:57:42 +0000 (22:57 +0000)
commands/ftpd200/Makefile

index 8de5f3210e8e3cc947123b73c142f5b3f0131647..249b5a166dc022c0c680d665056dae4a847a6eed 100644 (file)
@@ -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