On Thu, 25 Jan 2007, Will H. Backman wrote:
> Running 4.0 RELEASE in i386.
> I installed yesterday, and today, received my nice daily insecurity
> output. I love this report because it is a great way to document my
> initial configuration changes.
> I noticed that it didn't pick up my changes to /etc/rc.local that I made
> to start mysql.
> Looking in /var/backups, I do see etc_rc.local.current, but it contains
> my changed version.
> Is /var/backups seeded with initial versions that match the files in the
> install?
> Thoughts?
It (the system) will not pick up rc.* changes unless you reboot.
Start mysql by hand once. Perhaps I misunderstand your question.
("it didn't pick up" is unclear to me.)
I do not believe /var/backups contains anything until it is backed up
by the /etc/daily script. Nothing will document /var/backups better than
the source code which writes files to it.
You might wish to manually run /etc/weekly and /etc/monthly once after
installation.
Dave