liquidzoo Posted May 29, 2008 Share Posted May 29, 2008 Can someone post the default /root/bashrc file for Mandriva 2008.1 x86_64? I screwed something up and I need to fix it. As long as the PATH line is there, it doesn't matter if you've made any modifications. [moved from Installing Mandriva by spinynorman] Link to comment Share on other sites More sharing options...
paul Posted May 29, 2008 Share Posted May 29, 2008 looked in /etc/skel/ ??? or find wherever the skeleton directory Link to comment Share on other sites More sharing options...
liquidzoo Posted May 29, 2008 Author Share Posted May 29, 2008 Don't know what I would be looking for there. I overwrote the default .bashrc file for root, so now I need to find out what the PATH statement at the top is. Otherwise, I have no urpmi, etc. Link to comment Share on other sites More sharing options...
Greg2 Posted May 29, 2008 Share Posted May 29, 2008 It's in the rootfiles package here: rootfiles-11.0-1mdv2008.1.noarch.rpm I've extracted it here # .bashrc PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin ENV=$HOME/.bashrc USERNAME="root" export USERNAME ENV PATH # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi It's the same as i586. Link to comment Share on other sites More sharing options...
liquidzoo Posted May 29, 2008 Author Share Posted May 29, 2008 I could have sworn it explicitly listed lib64 in there... Thanks, though. I appreciate it. This will help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now