From: Andre Noll Date: Fri, 28 Mar 2008 14:01:09 +0000 (+0100) Subject: Fix a serious bug in deamon mode. X-Git-Tag: v0.0.5~6^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=7c6b83b224d74491f0d47760dcdd47f39df3751a;hp=7c6b83b224d74491f0d47760dcdd47f39df3751a Fix a serious bug in deamon mode. In daemon mode, we changed to dest_dir _before_ calling daemon_init(), which changes the cwd to /. Fix this rather embarrassing bug by changing cwd later. To this aim, introduce change_to_dest_dir() which also logs some messages. ---