From: Andre Noll Date: Fri, 12 Jun 2009 19:38:07 +0000 (+0200) Subject: Use different paths for the 0.4 database and the afs socket. X-Git-Tag: v0.4.0~75^2~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=068ce5d1d19a3a2f6bc87c7197dc0042adc103e5 Use different paths for the 0.4 database and the afs socket. --- diff --git a/afs.c b/afs.c index 8e374f1e..6cbc744d 100644 --- 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( - "%s/.paraslash/afs_database", home); + "%s/.paraslash/afs_database-0.4", home); free(home); } } diff --git a/ggo/server.m4 b/ggo/server.m4 index f2738d37..df943575 100644 --- a/ggo/server.m4 +++ b/ggo/server.m4 @@ -104,7 +104,7 @@ option "afs_socket" s #~~~~~~~~~~~~~~~~~~~~ "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