From 2bc49b3291151a9a8f9e6eab7ff5ced379f33527 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 14 Jun 2006 01:41:26 +1000 Subject: [PATCH] Change name of fishd log file to be in line with name of socket file darcs-hash:20060613154126-ac50b-1e33bbe55075035f2a4522aadb9ae500a3d302aa.gz --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.c b/env.c index 4250f99a1..79dcc485f 100644 --- a/env.c +++ b/env.c @@ -55,7 +55,7 @@ /** Command used to start fishd */ -#define FISHD_CMD L"if which fishd >/dev/null; fishd ^/tmp/fishd.%s.log; end" +#define FISHD_CMD L"if which fishd >/dev/null; fishd ^/tmp/fishd.log.%s; end" /** Value denoting a null string