I previously used a gentoo-based system for daily use before taking the plunge moving over to FreeBSD. When updating software on a gentoo box, a step in the process looks for changes to configuration files (usually in /etc) and advises user of need for action. User then invokes an executable to diff/merge changes. It is a very straight forward and quickly understood command-line maintenance process.
I had understood from other readings the steps necessary to keep kernel/ports/packages up to date. However, a recent pkg update triggered a message highlighted missing knowledge. How to update a configuration file?
My previous posts have impressed on me the need to RTFM. However, I have not been able to locate a mechanism or process for updating configuration files.
A web search brought me to a recent forum post, Thread 89974, which talked about processes related to
As part of web search I stumbled on the man page for etcupdate(8). However, if one does not install a src tree then the underlining database cannot be bootstrap'd.
Is there a tool that a user can employ to aid in configuration file updates?
If a tool doesn't exist, has consideration been given to developing, or importing from elsewhere, such a tool?
I had understood from other readings the steps necessary to keep kernel/ports/packages up to date. However, a recent pkg update triggered a message highlighted missing knowledge. How to update a configuration file?
My previous posts have impressed on me the need to RTFM. However, I have not been able to locate a mechanism or process for updating configuration files.
A web search brought me to a recent forum post, Thread 89974, which talked about processes related to
freebsd-update
. There was a mention of an OpenBSD tool for configuration file updating.As part of web search I stumbled on the man page for etcupdate(8). However, if one does not install a src tree then the underlining database cannot be bootstrap'd.
Is there a tool that a user can employ to aid in configuration file updates?
If a tool doesn't exist, has consideration been given to developing, or importing from elsewhere, such a tool?