]> Zhao Yanbai Git Server - minix.git/commitdiff
More stack for in.rshd.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 14 Jul 2006 11:22:37 +0000 (11:22 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 14 Jul 2006 11:22:37 +0000 (11:22 +0000)
commands/simple/Makefile

index dfed5c056cac32565cf60fe16870d1c9e40d641b..d019a65f90b7f3cbc51d38932187de76b1931a59 100755 (executable)
@@ -462,7 +462,7 @@ in.fingerd: in.fingerd.c
 
 in.rshd:       in.rshd.c
        $(CCLD) -o $@ in.rshd.c
-       @install -S 4kw $@
+       @install -S 8kw $@
 
 installx:      install.c       # Note: avoided confict with 'install' rule.
        $(CCLD) -o $@ $?