Running 11.10.2 on NetBSD 6.1.4 but I observed this on 11.11.0 as well. I have a directory which, through a combination of NULL mount and UNION mount contains everything in the installed config directory /usr/pkg/etc/asterisk except for my modified versions of those files. Basically I mount_null /usr/pkg/etc/asterisk on /usr/local/etc/asterisk and then mount_union my SVN directory with my modified versions over that.
I then call asterisk with "-C /usr/local/etc/asterisk.conf" which contains the following: [directories](!) astetcdir => /usr/local/etc/asterisk etc... I have checked and nowhere in /usr/local/etc/asterisk is the string "pkg/etc". Yet, when I reload the logger module it loads /usr/pkg/etc/asterisk/logger.conf instead of my modified version in /usr/local/etc/asterisk. Is there some other place to define this? Note, I don't want to compile the new location into asterisk because I need the distribution files in the standard place for the above to work. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:[email protected] VoIP: sip:[email protected] -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
