Gentoo Archives: gentoo-user

From: Marius Vaitiekunas <mariusvaitiekunas@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] modprobe warnings
Date: Mon, 17 Jan 2011 16:55:04
Message-Id: AANLkTikNOp7aCUU_UzyJ9ohso=AD5uq14BR0Kn-5ems6@mail.gmail.com
In Reply to: [gentoo-user] modprobe warnings by David Relson
1 On Sat, Jan 15, 2011 at 8:48 PM, David Relson <relson@×××××××××××××.com>wrote:
2
3 > My /etc/modprobe.d directory is under configuration management using
4 > subversion. Whenever modprobe runs, it reads the files in the .svn
5 > directory and complains about all the stuff it doesn't understand, for
6 > example:
7 >
8 > Jan 15 08:57:22 osage modprobe: WARNING: /etc/modprobe.d/.svn/entries
9 > line 266: ignoring bad line starting with '
10 >
11 > How can I turn off these warnings?
12 >
13 >
14 > Regards,
15 >
16 > David
17 >
18 >
19 Hi,
20 Give a try to mercurial.
21 # emerge mercurial
22 # vim /root/.hgrc
23 [ui]
24 Name Surname <email@×××××××.com>
25 # cd /etc
26 # hg init
27 # hg add
28 # hg status
29 # hg commit -m "Start!"
30
31 And You are ready to go :) Good luck.
32
33 --
34 mv