On Friday 28 October 2005 11:37, Jakub Bogusz wrote: > I used to have > ADDITIONAL_SOCK="/chroot1/dev/log -a /chroot2/dev/log" > and it worked; now only this works: > ADDITIONAL_SOCK="/chroot1/dev/log\" -a \"/chroot2/dev/log" > > (just space is not enough - each -a option accepts only one path, space > inside quotes is treated as space character inside path) it was intended to be list of sockets, ie omit the quotes and -a
ie: $ syslogd -m 0 -a "/one/dev/log /two/dev/log /three/dev/log" -- glen _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
