No problem. Here goes on two systems:
This is mostly Etch:
$ cat .unison/default.prf
# Unison preferences file
$ strace unison -batch a -path file b -backups 2>&1 |grep open
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/i686/cmov/libutil.so.1", O_RDONLY) = 3
open("/lib/i686/cmov/libm.so.6", O_RDONLY) = 3
open("/lib/i686/cmov/libdl.so.2", O_RDONLY) = 3
open("/lib/i686/cmov/libc.so.6", O_RDONLY) = 3
open("/home/elbournb/.unison",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 3
open("/home/elbournb/.unison/default.prf", O_RDONLY|O_LARGEFILE) = 3
open("/home/elbournb/unison.log", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE,
0600) = 3
This is pure Lenny upgraded from Etch:
$ cat ~/.unison/default.prf
# Unison preferences file
$ strace unison -batch a -path file b -backups 2>&1 |grep open
open("/usr/lib32/xorg/tls/x86_64/libutil.so.1", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib32/xorg/tls/libutil.so.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib32/xorg/x86_64/libutil.so.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib32/xorg/libutil.so.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib64/xorg/tls/x86_64/libutil.so.1", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib64/xorg/tls/libutil.so.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib64/xorg/x86_64/libutil.so.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib64/xorg/libutil.so.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/libutil.so.1", O_RDONLY) = 3
open("/usr/lib32/xorg/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib64/xorg/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libm.so.6", O_RDONLY) = 3
open("/usr/lib32/xorg/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib64/xorg/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
open("/usr/lib32/xorg/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib64/xorg/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libc.so.6", O_RDONLY) = 3
open("/home/elbournb/.unison",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
open("/home/elbournb/.unison/default.prf", O_RDONLY) = 3
open("/home/elbournb/unison.log", O_WRONLY|O_CREAT|O_APPEND, 0600) = 3
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org