Results 1 to 10 of 10
I am using Vidalinux. I did "emerge system --update".
Everything went well, until the end. It said there were six files that needed to be updated in /etc.
So, i ...
- 04-08-2005 #1
etc update
I am using Vidalinux. I did "emerge system --update".
Everything went well, until the end. It said there were six files that needed to be updated in /etc.
So, i did "find /etc -iname '._cfg????_*'"
And I received these six files
/etc/pam.d/._cfg0000_su
/etc/conf.d/._cfg0000_net
/etc/security/._cfg0000_pam_env.conf
/etc/._cfg0000_make.conf.example
/etc/._cfg0000_fstab
/etc/modules.autoload.d/._cfg0000_kernel-2.6
My question is how do I update these files?
Is it as simple as "cp /etc/ pam.d/._cfg0000_su /etc/pam.d"?How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-08-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
This handles everything for you:
Code:etc-update
- 04-08-2005 #3
Thanks jaboua, I had tried almost every combination of etc update.
The one I didn't think to try was etc-update.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-08-2005 #4
if u are ever not too sure about a command, but have a reasonable idea of what it could be, just do:
eg with this, just type:Code:<first couple of letters of command><tab><tab>
will return possible commands:Code:etc<tab><tab>
etc-update
etcat"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-09-2005 #5Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 13
I could be wrong but i think you need to "emerge tab-completion" first.
I'm on WinXP Laptop at the moment so i cant check.
- 04-09-2005 #6
if you do, then my computer must of done it automatically
It just works here
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-09-2005 #7Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 13
Perhaps you have "tab-completion" as a USE flag in your make.conf?
Or perhaps you have installed a virtual console which has its own tab-completion flag?
Unless the 2005 Gentoo install has a newer bash with tab-completion built in?
Who knows? Todays mystery in the twilight zone.
.........................
- 04-09-2005 #8I dont have a tab-completion USE flag.
Originally Posted by alunt2003
As far as i know (apart from aterm/xterm) I haven't installed any consoles. It works in my VT 1 thru 6 aswell tho.
And i installed off the 2004.3 disk, not the 2005.0"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-11-2005 #9
tab-completion is a function of BASH, not something you install. There are things that you can emerge to make bash's completion better or add some gentoo-specific things, but basic tab-completion is a function of BASH.
Also, I'd highly suggest using dispatch-conf over etc-update. dispatch-conf uses rcs to keep a backup of all your old configs. It also gives you more options when you run it as to what to do with the files. Having these backups definately help if you ever accidently overwrite a custom config with a default.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 04-11-2005 #10Noted.
Originally Posted by sarumont
as of yet, i haven't really edited many config files (apart from xorg.conf, which i have backed up already) But good thing to know
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
