diff -u unison-2.27.57/debian/changelog unison-2.27.57/debian/changelog --- unison-2.27.57/debian/changelog +++ unison-2.27.57/debian/changelog @@ -1,3 +1,10 @@ +unison (2.27.57-1ubuntu1) hardy; urgency=low + + * Change default logfile directory to .unison + (Closes: LP #234365) + + -- Tan Rui Boon Mon, 26 May 2008 09:25:05 +0800 + unison (2.27.57-1) unstable; urgency=low [ Sylvain Le Gall] only in patch2: unchanged: --- unison-2.27.57.orig/ubase/trace.ml +++ unison-2.27.57/ubase/trace.ml @@ -98,10 +98,10 @@ let logfile = Prefs.createString "logfile" - (Util.fileInHomeDir "unison.log") + (Util.fileInHomeDir ".unison/unison.log") "Log file name" "By default, logging messages will be appended to the file - \\verb|unison.log| in your HOME directory. Set this preference if + \\verb|unison.log| in your .unison directory. Set this preference if you prefer another file." let logch = ref None