AllStarLink / asl3-asterisk

Building enviornment for the .deb packages of Asterisk LTS + ASL3/app_rpt.
GNU General Public License v2.0
2 stars 0 forks source link

Ensure that .conf files are not stepped on during 'apt upgrade' #27

Open Allan-N opened 2 months ago

Allan-N commented 2 months ago

We would like to make changes to the default/template configuration (.conf) files. But, we also want to ensure that any of our software updates do not, inadvertently, step on an existing configuration. Working configurations need to keep working.

For now, "I" think we need to just leave any existing configuration file as-is. While not required at this time, having a "hook" that would allow us to exec a script/program that would help migrate/modify an existing configuration file would be a plus.