blob: 0f06201f5f80f20fa5320ce22355f534f2d135b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- emboss/emboss.default.template.orig 2011-03-11 09:04:31 UTC
+++ emboss/emboss.default.template
@@ -4,7 +4,7 @@
# By default this is /usr/local/share/EMBOSS/test but the directory can
# be changed with --prefix when you configure EMBOSS.
-# SET emboss_tempdata path_to_directory_$EMBOSS/test
+# SET emboss_tempdata %%DATADIR%%/test
# Proxy - set this if any databases are accessed through a proxy web server.
# Turn off in the DB definition with proxy: ":" for any
@@ -15,7 +15,7 @@
# Logfile - set this to a file that any user can append to
# and EMBOSS applications will automatically write log information
-# SET emboss_logfile /packages/emboss/emboss/log
+# SET emboss_logfile /var/log/emboss.log
# Pagesize - this is the size of disc page blocks and is
# required by the 'dbx' indexing programs and 'method: emboss'
|