On Sat, Jan 15, 2011 at 8:48 PM, David Relson <relson@osagesoftware.com> wrote:
My /etc/modprobe.d directory is under configuration management using
subversion. *Whenever modprobe runs, it reads the files in the .svn
directory and complains about all the stuff it doesn't understand, for
example:
Jan 15 08:57:22 osage modprobe: WARNING: /etc/modprobe.d/.svn/entries
line 266: ignoring bad line starting with '
How can I turn off these warnings?
Regards,
David
Hi,
Give a try to mercurial.
# emerge mercurial
# vim /root/.hgrc
[ui]
Name Surname <email@example.com>
# cd /etc
# hg init
# hg add
# hg status
# hg commit -m* "Start!"
And You are ready to go

Good luck.
--
mv