From 068ce5d1d19a3a2f6bc87c7197dc0042adc103e5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 12 Jun 2009 21:38:07 +0200 Subject: [PATCH 1/1] Use different paths for the 0.4 database and the afs socket. --- afs.c | 2 +- ggo/server.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2