8899852d45
Due to changes to signal handling, invoked child process was not able to send SIGQUIT to the parent. So instead of installing the binary set{[gu]id(bin), setuid(bin) after successful invokation. Reported by: Takayuki Tamura <ttathome@remus.dti.ne.jp>
12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
--- server/Imakefile.orig Wed Nov 27 01:25:24 1996
|
|
+++ server/Imakefile Mon Nov 19 20:25:46 2001
|
|
@@ -7,7 +7,7 @@
|
|
INSTFLAGS = $(INSTUGIDFLAGS)
|
|
LOCAL_LIBRARIES = $(CANNAROOT)/lib/RK/RK.a
|
|
#else
|
|
- INSTFLAGS = -s $(INSTUGIDFLAGS)
|
|
+ INSTFLAGS = -s
|
|
LOCAL_LIBRARIES = $(CANNAROOT)/lib/RK/libRK.a
|
|
#endif
|
|
DEFINES = $(CANNASERVER_DEFINES)
|