On Thu, Feb 04, 2016 at 02:49:44PM +0000, Glen Barber wrote: > On Thu, Feb 04, 2016 at 09:41:24AM +0300, Slawa Olhovchenkov wrote: > > On Fri, Jan 29, 2016 at 05:35:06PM +0000, Glen Barber wrote: > > > > > TODO List / Wish List: > > > > Mergering /etc is very important task. > > Currently all /etc is very hardcoded, for example: on all systems, UFS > > and ZFS based, newsyslog do bz2 comress of old log files. Can we > > introduce some templates in /etc for flexibility and more automatic > > mergering? > > As mentioned in a previous email, this is intended to be solved.
I am miss or may be poor to descibe feature. I see only general config merge. What I need: newsyslog.conf may be 1) /var/log/messages 644 5 100 @0101T JC -- for small system 2) /var/log/messages 644 30 * @T00 JC -- for large, UFS-based system 3) /var/log/messages 644 30 * @T00 C -- for large, ZFS-based system and introducing new system type (current default move to 'small', introducing 'ufs') will be automatic mergering and result on 'ufs' system automatic changed 1) to 2). introducing 'zfs' -- changed 2) to 3), decomress log. Or, at least, use different template based on system type (need save this information somewhere). _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase To unsubscribe, send any mail to "[email protected]"
