* [gentoo-dev] kde config files to update
@ 2002-05-04 13:56 Antonio M D'souza
2002-05-04 14:18 ` Rigo Ketelings
2002-05-04 15:33 ` Andreas Erhart
0 siblings, 2 replies; 11+ messages in thread
From: Antonio M D'souza @ 2002-05-04 13:56 UTC (permalink / raw
To: gentoo-dev
* Regenerating GNU info directory index...
* Processed 67 info files.
* IMPORTANT: 2 config files in /usr/kde/3/share/config need updating.
* Type emerge --help config to learn how to update config files.
How do I do this? There are no new files in that dir!
--
613-233-6434
www.quikbox.ca
JabberID:quik@jabber.com
407-180 Lees Ave, Ottawa, K1S 5J6
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 13:56 [gentoo-dev] kde config files to update Antonio M D'souza
@ 2002-05-04 14:18 ` Rigo Ketelings
2002-05-04 15:02 ` Antonio M D'souza
2002-05-04 15:33 ` Andreas Erhart
1 sibling, 1 reply; 11+ messages in thread
From: Rigo Ketelings @ 2002-05-04 14:18 UTC (permalink / raw
To: gentoo-dev
LOL, what does it say ?
emerge --help config
It'll tell you where those pesky files are (Don't want to spoil your surprise
;-)
Rigo
Op zaterdag 4 mei 2002 15:56, schreef Antonio M D'souza:
> * Regenerating GNU info directory index...
> * Processed 67 info files.
> * IMPORTANT: 2 config files in /usr/kde/3/share/config need updating.
> * Type emerge --help config to learn how to update config files.
>
> How do I do this? There are no new files in that dir!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 14:18 ` Rigo Ketelings
@ 2002-05-04 15:02 ` Antonio M D'souza
2002-05-04 15:38 ` Troy Dack
2002-05-05 1:48 ` Jean-Michel Smith
0 siblings, 2 replies; 11+ messages in thread
From: Antonio M D'souza @ 2002-05-04 15:02 UTC (permalink / raw
To: gentoo-dev
I'm not that daft! ;-)
I tried reading the help but it does not cover files that are not in /etc and
there are no ._cfg0000_foo files in /usr/kde/3/share/config so I don't know
what to do.
On May 4, 2002 10:18 am, Rigo Ketelings wrote:
> LOL, what does it say ?
>
> emerge --help config
>
> It'll tell you where those pesky files are (Don't want to spoil your
> surprise ;-)
>
> Rigo
>
> Op zaterdag 4 mei 2002 15:56, schreef Antonio M D'souza:
> > * Regenerating GNU info directory index...
> > * Processed 67 info files.
> > * IMPORTANT: 2 config files in /usr/kde/3/share/config need updating.
> > * Type emerge --help config to learn how to update config files.
> >
> > How do I do this? There are no new files in that dir!
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
613-233-6434
www.quikbox.ca
JabberID:quik@jabber.com
407-180 Lees Ave, Ottawa, K1S 5J6
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 15:02 ` Antonio M D'souza
@ 2002-05-04 15:38 ` Troy Dack
2002-05-04 15:40 ` Antonio M D'souza
2002-05-05 1:48 ` Jean-Michel Smith
1 sibling, 1 reply; 11+ messages in thread
From: Troy Dack @ 2002-05-04 15:38 UTC (permalink / raw
To: gentoo-dev
Antonio M D'souza wrote:
> I'm not that daft! ;-)
> I tried reading the help but it does not cover files that are not in /etc
> and there are no ._cfg0000_foo files in /usr/kde/3/share/config so I don't
> know what to do.
Try:
find /usr/kde/3/share/config -iname '._cfg????_*'
Or just look in the sub dirs of /usr/kde/3/share/config and be done with it!
Troy.
--
My method is to take the utmost trouble to find the right thing to say.
And then say it with the utmost levity.
-- G.B. Shaw
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 15:38 ` Troy Dack
@ 2002-05-04 15:40 ` Antonio M D'souza
2002-05-04 18:52 ` Zach Forrest
0 siblings, 1 reply; 11+ messages in thread
From: Antonio M D'souza @ 2002-05-04 15:40 UTC (permalink / raw
To: gentoo-dev
Good idea. Shoulda thought of it myself. Thanks :)
On May 4, 2002 11:38 am, Troy Dack wrote:
> Antonio M D'souza wrote:
> > I'm not that daft! ;-)
> > I tried reading the help but it does not cover files that are not in /etc
> > and there are no ._cfg0000_foo files in /usr/kde/3/share/config so I
> > don't know what to do.
>
> Try:
> find /usr/kde/3/share/config -iname '._cfg????_*'
>
> Or just look in the sub dirs of /usr/kde/3/share/config and be done with
> it!
>
> Troy.
--
613-233-6434
www.quikbox.ca
JabberID:quik@jabber.com
407-180 Lees Ave, Ottawa, K1S 5J6
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 15:40 ` Antonio M D'souza
@ 2002-05-04 18:52 ` Zach Forrest
2002-07-05 10:15 ` Vano Dolukhanian
0 siblings, 1 reply; 11+ messages in thread
From: Zach Forrest @ 2002-05-04 18:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 768 bytes --]
Here is my script to check for new config files. It sources /etc/make.globals
and searches each directory listed in the CONFIG_PROTECT. I really think this
should be part of portage; something like 'emerge --newconfigs' would be nice.
Zach
Antonio M D'souza wrote:
> Good idea. Shoulda thought of it myself. Thanks :)
>
> On May 4, 2002 11:38 am, Troy Dack wrote:
>
>>Antonio M D'souza wrote:
>>
>>>I'm not that daft! ;-)
>>>I tried reading the help but it does not cover files that are not in /etc
>>>and there are no ._cfg0000_foo files in /usr/kde/3/share/config so I
>>>don't know what to do.
>>
>>Try:
>>find /usr/kde/3/share/config -iname '._cfg????_*'
>>
>>Or just look in the sub dirs of /usr/kde/3/share/config and be done with
>>it!
>>
>>Troy.
>
>
[-- Attachment #2: nconfigs --]
[-- Type: application/x-java-vm, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 18:52 ` Zach Forrest
@ 2002-07-05 10:15 ` Vano Dolukhanian
0 siblings, 0 replies; 11+ messages in thread
From: Vano Dolukhanian @ 2002-07-05 10:15 UTC (permalink / raw
To: gentoo-dev
# emerge gentoolkit
# etc-update
It is already part of Gentoo !!!
On Sat, 2002-05-04 at 18:52, Zach Forrest wrote:
> Here is my script to check for new config files. It sources /etc/make.globals
> and searches each directory listed in the CONFIG_PROTECT. I really think this
> should be part of portage; something like 'emerge --newconfigs' would be nice.
>
> Zach
>
> Antonio M D'souza wrote:
> > Good idea. Shoulda thought of it myself. Thanks :)
> >
> > On May 4, 2002 11:38 am, Troy Dack wrote:
> >
> >>Antonio M D'souza wrote:
> >>
> >>>I'm not that daft! ;-)
> >>>I tried reading the help but it does not cover files that are not in /etc
> >>>and there are no ._cfg0000_foo files in /usr/kde/3/share/config so I
> >>>don't know what to do.
> >>
> >>Try:
> >>find /usr/kde/3/share/config -iname '._cfg????_*'
> >>
> >>Or just look in the sub dirs of /usr/kde/3/share/config and be done with
> >>it!
> >>
> >>Troy.
> >
> >
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 15:02 ` Antonio M D'souza
2002-05-04 15:38 ` Troy Dack
@ 2002-05-05 1:48 ` Jean-Michel Smith
1 sibling, 0 replies; 11+ messages in thread
From: Jean-Michel Smith @ 2002-05-05 1:48 UTC (permalink / raw
To: gentoo-dev, Antonio M D'souza
On Saturday 04 May 2002 10:02 am, Antonio M D'souza wrote:
> I'm not that daft! ;-)
> I tried reading the help but it does not cover files that are not in /etc
> and there are no ._cfg0000_foo files in /usr/kde/3/share/config so I don't
> know what to do.
have you tried doing a
find /usr/kde/3/share/config -name '._*' -print
I've often gotten messages about ._cfg0000_blah files in /etc/ that were
actually in subdirectories beneath /etc.
Jean.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 13:56 [gentoo-dev] kde config files to update Antonio M D'souza
2002-05-04 14:18 ` Rigo Ketelings
@ 2002-05-04 15:33 ` Andreas Erhart
2002-05-04 15:39 ` Antonio M D'souza
1 sibling, 1 reply; 11+ messages in thread
From: Andreas Erhart @ 2002-05-04 15:33 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> * Regenerating GNU info directory index...
> * Processed 67 info files.
> * IMPORTANT: 2 config files in /usr/kde/3/share/config need updating.
> * Type emerge --help config to learn how to update config files.
>
> How do I do this? There are no new files in that dir!
they are in /usr/kde/3/share/config/kdm
- --
Andreas Erhart
email: andi@zollhaus.net
www: http://www.zollhaus.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE80/9lrz2VpG7x/7URAiiKAKCIhpRbqjfBuKvO7zGw+2Jwxm9zJQCgl5m2
ruEg+APMGTuSjeQPOgz85go=
=/deB
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] kde config files to update
2002-05-04 15:33 ` Andreas Erhart
@ 2002-05-04 15:39 ` Antonio M D'souza
2002-05-05 8:47 ` Spider
0 siblings, 1 reply; 11+ messages in thread
From: Antonio M D'souza @ 2002-05-04 15:39 UTC (permalink / raw
To: gentoo-dev
Thanks, but how on earth did you figure that out?
On May 4, 2002 11:33 am, Andreas Erhart wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> > * Regenerating GNU info directory index...
> > * Processed 67 info files.
> > * IMPORTANT: 2 config files in /usr/kde/3/share/config need updating.
> > * Type emerge --help config to learn how to update config files.
> >
> > How do I do this? There are no new files in that dir!
>
> they are in /usr/kde/3/share/config/kdm
>
> - --
> Andreas Erhart
> email: andi@zollhaus.net
> www: http://www.zollhaus.net
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE80/9lrz2VpG7x/7URAiiKAKCIhpRbqjfBuKvO7zGw+2Jwxm9zJQCgl5m2
> ruEg+APMGTuSjeQPOgz85go=
> =/deB
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
613-233-6434
www.quikbox.ca
JabberID:quik@jabber.com
407-180 Lees Ave, Ottawa, K1S 5J6
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2002-07-05 8:12 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-04 13:56 [gentoo-dev] kde config files to update Antonio M D'souza
2002-05-04 14:18 ` Rigo Ketelings
2002-05-04 15:02 ` Antonio M D'souza
2002-05-04 15:38 ` Troy Dack
2002-05-04 15:40 ` Antonio M D'souza
2002-05-04 18:52 ` Zach Forrest
2002-07-05 10:15 ` Vano Dolukhanian
2002-05-05 1:48 ` Jean-Michel Smith
2002-05-04 15:33 ` Andreas Erhart
2002-05-04 15:39 ` Antonio M D'souza
2002-05-05 8:47 ` Spider
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox