>Привет, всем!
>В своём /etc/syslog.conf я обнаружил строки типа:
>daemon.err -/var/log/daemons/error
>
>Что значит минус в строке "-/var/log/daemons/error", почему не просто "/var/log/daemons/error" ?
# man syslog.conf
You may prefix each entry with the minus ‘‘-'' sign to omit syncing the file after every logging.
Note that you might lose information if the system crashes right behind a write attempt. Never
theless this might give you back some performance, especially if you run programs that use log
ging in a very verbose manner.
----
Типа чтоб быстрее работало, но менее устойчево от сбоев. Если у тебя часто перегружается Linux (или FreeBSD, что там у тебя) сам по себе, то можешь минус убрать ;)