summaryrefslogtreecommitdiff
path: root/www/communicator
diff options
context:
space:
mode:
authortron <tron>2000-10-28 13:03:02 +0000
committertron <tron>2000-10-28 13:03:02 +0000
commit67cf464d56f499920060e6222906804911ea0d1d (patch)
tree955e30a5fd8626425d9596c6e6a8748373dda89f /www/communicator
parent86305dc6cb6818e9c8ca585f0154f717bcb2335e (diff)
downloadpkgsrc-67cf464d56f499920060e6222906804911ea0d1d.tar.gz
Add work arroung for multi user problems caused by debug code in 4.76 to
wrapper script.
Diffstat (limited to 'www/communicator')
-rw-r--r--www/communicator/files/communicator.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/communicator/files/communicator.sh b/www/communicator/files/communicator.sh
index 4b6f6080fef..4f3b8e5077f 100644
--- a/www/communicator/files/communicator.sh
+++ b/www/communicator/files/communicator.sh
@@ -1,7 +1,12 @@
#!/bin/sh
#
-# $NetBSD: communicator.sh,v 1.3 1999/09/04 16:37:53 jlam Exp $
+# $NetBSD: communicator.sh,v 1.4 2000/10/28 13:03:03 tron Exp $
#
+
+# Avoid multi user problems caused by debug code in 4.76
+rm -f /tmp/ndebug 2>/dev/null
+ln -s /dev/null /tmp/ndebug 2>/dev/null
+
MOZILLA_HOME=@@MOZILLA_HOME@@ ; export MOZILLA_HOME
NS_PLUGINS_DIR=@@NS_PLUGINS_DIR@@; export NS_PLUGINS_DIR
XNLSPATH=${MOZILLA_HOME}/nls ; export XNLSPATH