Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0f4e301e
Commit
0f4e301e
authored
Jun 25, 1999
by
Per Cederqvist
Browse files
(lyskomd_start): Use chmod to make sure that the database is writable
even if it is copied from a read-only tree.
parent
59ae5e7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/config/unix.exp
View file @
0f4e301e
...
...
@@ -289,6 +289,7 @@ proc lyskomd_start {{aux_item_conf_file ""} \
system "mkdir db etc"
system "cp $top_srcdir/db-crypt/db/lyskomd-data db/"
system "cp $top_srcdir/db-crypt/db/lyskomd-texts db/"
system "chmod 644 db/lyskomd-data db/lyskomd-texts"
set cf [open "config/lyskomd-config" "w"]
puts $cf "Client port: $clientport"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment