projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
12f0605
)
Use different paths for the 0.4 database and the afs socket.
author
Andre Noll
<maan@systemlinux.org>
Fri, 12 Jun 2009 19:38:07 +0000
(21:38 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 12 Jun 2009 19:38:07 +0000
(21:38 +0200)
afs.c
patch
|
blob
|
history
ggo/server.m4
patch
|
blob
|
history
diff --git
a/afs.c
b/afs.c
index 8e374f1e7c1f835348fcf5f4a03080cb36f783f4..6cbc744d71c2c65fea67968ff8f37fd40d530c1f 100644
(file)
--- a/
afs.c
+++ b/
afs.c
@@
-729,7
+729,7
@@
static void get_database_dir(void)
else {
char *home = para_homedir();
database_dir = make_message(
else {
char *home = para_homedir();
database_dir = make_message(
- "%s/.paraslash/afs_database", home);
+ "%s/.paraslash/afs_database
-0.4
", home);
free(home);
}
}
free(home);
}
}
diff --git
a/ggo/server.m4
b/ggo/server.m4
index f2738d37fea1045b7da2f01ee07dd37f04e02015..df94357577ea128325ee97f729a7a2e2459f1603 100644
(file)
--- a/
ggo/server.m4
+++ b/
ggo/server.m4
@@
-104,7
+104,7
@@
option "afs_socket" s
#~~~~~~~~~~~~~~~~~~~~
"Command socket for afs"
string typestr="path"
#~~~~~~~~~~~~~~~~~~~~
"Command socket for afs"
string typestr="path"
-default="/var/paraslash/afs_command_socket"
+default="/var/paraslash/afs_command_socket
-0.4
"
optional
details="
For each server command that is handled by the audio file
optional
details="
For each server command that is handled by the audio file