]> andersk Git - moira.git/blobdiff - gen/zephyr.sh
New strategy: use Pro*C so it's less absymally slow.
[moira.git] / gen / zephyr.sh
index 16626c844c7f19d85c2ff97e31a4634e331a0762..778a19c9c0e052576674819ece3ef12c1fb0a02b 100644 (file)
@@ -1,6 +1,12 @@
 #!/bin/sh
 # $Id$
 
+if [ -d /var/athena ] && [ -w /var/athena ]; then
+    exec >/var/athena/moira_update.log 2>&1
+else 
+    exec >/tmp/moira_update.log 2>&1
+fi
+
 # The following exit codes are defined and MUST BE CONSISTENT with the
 # error codes the library uses:
 MR_MISSINGFILE=47836473
This page took 0.037981 seconds and 4 git commands to generate.