freebsd-ports/japanese/canna-server/files/patch-ah
Masafumi Max NAKANE 8899852d45 Tweaks to make it usable on -current.
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>
2001-11-20 03:15:58 +00:00

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)