summaryrefslogtreecommitdiff
path: root/japanese/canna-server/files/patch-ah
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2001-11-20 03:15:58 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2001-11-20 03:15:58 +0000
commit8899852d45b0a137f8a108dcba489e73e289e13b (patch)
tree71aff3385f1a809b32edf82dda6e41432af8a1b8 /japanese/canna-server/files/patch-ah
parentNew port phex version 0.5.6: A Java multi platform and spyware free (diff)
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>
Notes
Notes: svn path=/head/; revision=50241
Diffstat (limited to 'japanese/canna-server/files/patch-ah')
-rw-r--r--japanese/canna-server/files/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/canna-server/files/patch-ah b/japanese/canna-server/files/patch-ah
new file mode 100644
index 000000000000..0dd3c35bed2f
--- /dev/null
+++ b/japanese/canna-server/files/patch-ah
@@ -0,0 +1,11 @@
+--- 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)