commit ac533628500f0ead240ca81a5b22d72c379a6f21
parent 1e4ea807428fd2a23c338284f02d8e71fe0290f7
Author: leitner <leitner>
Date: Tue, 13 Nov 2001 00:05:35 +0000
install msvc to /bin, not to /usr/sbin, so it is in the default path of
execvp and pidfilehack finds it.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -29,7 +29,8 @@ pidfilehack: pidfilehack.c
$(DIET) $(CROSS)$(CC) $(CFLAGS) -o $@ $^
install:
- install minit msvc pidfilehack /usr/sbin
+ install minit pidfilehack /usr/sbin
+ install msvc /bin
test -d /etc/minit || mkdir /etc/minit
-mkfifo -m 600 /etc/minit/in /etc/minit/out