From c62239687ddff84abc6b5f17f42e695b45014cce Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 24 Oct 2005 14:06:36 +0000 Subject: [PATCH] More stack for rlogind. --- commands/rlogind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/rlogind/Makefile b/commands/rlogind/Makefile index ba83d88ab..d94df979d 100755 --- a/commands/rlogind/Makefile +++ b/commands/rlogind/Makefile @@ -10,7 +10,7 @@ OBJ= rlogind.o setup.o rlogind: $(OBJ) $(CC) $(LDFLAGS) -o $@ $(OBJ) - install -S 4kw $@ + install -S 8kw $@ install: /usr/bin/in.rlogind -- 2.44.0