22 Aug
2012
22 Aug
'12
3:26 p.m.
Hi, My syslog-ng config location is is /apps/syslog-ng/etc/ I want to include all *.conf under /apps/syslog-ng/etc/include/ How do i do that ? I've tried following : 1.* @include "include/"* < This works but I want to restrict it to .conf only 2.* @include "/apps/syslog-ng/etc/include/*.conf"* < DOESN'T WORK 3. *include "/apps/syslog-ng/etc/include/*.conf"* < DOESN'T WORK Regards, Sagar Naravane