blob: 2b37a1f7ad2a3363234f8f6e7ad0ebbc2be82bd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
--- scriba.conf.unix.lsp.orig Wed Dec 27 19:52:17 2000
+++ scriba.conf.unix.lsp Mon Jan 15 03:34:09 2001
@@ -8,11 +8,11 @@
dll ".so"
; where the modules are to be loaded from
-module "/etc/scriba/modules/"
+module "/usr/local/lib/scriba/"
; where to search system and module include files
; trailing / or / is needed
-include "/etc/scriba/include/"
+include "/usr/local/include/scriba/"
;
; define external preprocessors
@@ -29,8 +29,8 @@
; the external preprocessors
external (
heb (
- executable "/usr/bin/scriba /etc/scriba/source/heber.bas"
- directory "/etc/scriba/hebtemp/"
+ executable "/usr/local/bin/scriba /usr/local/include/scriba/heber.bas"
+ directory "/usr/local/etc/scriba/hebtemp/"
)
)
)
@@ -67,13 +67,13 @@
; This is the directory where we store the compiled code
; to automatically avoid recompilation
;
-cache "/etc/scriba/cache/"
+cache "/usr/local/lib/scriba/cache/"
cgi (
;
; These are the keys used by the CGI module
;
- debugfile "/etc/scriba/cgidebug.txt"
+ debugfile "/usr/local/etc/scriba/cgidebug.txt"
)
;
@@ -83,7 +83,7 @@
; directories where to store the
dir (
- home "/etc/scriba/sampledb" ; the home directory of operation of the Berkerley DB
+ home "/usr/local/etc/scriba/sampledb" ; the home directory of operation of the Berkerley DB
data "db" ; database files
log "log" ; log files
temp "tmp" ; temporary files
@@ -115,4 +115,4 @@
)
)
-;break
+;break
|