diff options
author | Mystery Man <unknown@mandriva.org> | 2003-03-14 01:10:03 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2003-03-14 01:10:03 +0000 |
commit | 1274f3c1fa8862b0818a1cd4bb13330c54de6b6c (patch) | |
tree | bb577cf587810c5c7c051b3fb5a7e6557fccea7f /rescue/tree/etc/profile | |
parent | 2e5b26bf3dfb3dc8d61d2a615006706a4d2a2029 (diff) | |
download | drakx-backup-do-not-use-1274f3c1fa8862b0818a1cd4bb13330c54de6b6c.tar drakx-backup-do-not-use-1274f3c1fa8862b0818a1cd4bb13330c54de6b6c.tar.gz drakx-backup-do-not-use-1274f3c1fa8862b0818a1cd4bb13330c54de6b6c.tar.bz2 drakx-backup-do-not-use-1274f3c1fa8862b0818a1cd4bb13330c54de6b6c.tar.xz drakx-backup-do-not-use-1274f3c1fa8862b0818a1cd4bb13330c54de6b6c.zip |
This commit was manufactured by cvs2svn to create tag 'V9_1_23mdk'.V9_1_23mdk
Diffstat (limited to 'rescue/tree/etc/profile')
-rw-r--r-- | rescue/tree/etc/profile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/rescue/tree/etc/profile b/rescue/tree/etc/profile deleted file mode 100644 index cc91e4dab..000000000 --- a/rescue/tree/etc/profile +++ /dev/null @@ -1,24 +0,0 @@ -# /etc/profile -# (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com> - -# System wide environment and startup programs -# Functions and aliases go in /etc/bashrc - -PROFILE_LOADED=1 - -export PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin - -PS1="[root@rescue \w]\\$ " -ls () { /bin/ls --color=auto -F "$@";} -ll () { /bin/ls --color=auto -Fl "$@";} -d () { /bin/ls --color=auto -F "$@";} -s () { cd .. ;} -which () { type -p "$@" ;} -HOSTNAME=rescue -HISTSIZE=1000 -HISTFILESIZE=1000 - -INPUTRC=/etc/inputrc -export PATH PS1 USER HOSTNAME HISTSIZE HISTFILESIZE INPUTRC - -cat /etc/issue |