Originariamente inviato da pannikeos
a me nn risulta :P
Neanche a me in effetti.

C'e` anche da dire che un syslog.conf senza '\n' finale mi pare un caso decisamente raro.

[edit]
segue test empirico
codice:
$ echo -n "blah" > test.txt
$ cat test.txt
blah$
$ echo "blah" >> test.txt
$ cat test.txt
blahblah
$ echo $BASH_VERSION
3.00.16(1)-release
$
[/edit]