diff options
author | Mystery Man <unknown@mandriva.org> | 2003-03-15 15:26:37 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2003-03-15 15:26:37 +0000 |
commit | 6f745bb1829160c3da8034b00ea4725faf7f4340 (patch) | |
tree | a6222c0684337a5283590c2b74bb538261086d18 /rescue/tree/etc/profile | |
parent | bad9352db6617835f12292f262952def1207dcb1 (diff) | |
download | drakx-backup-do-not-use-6f745bb1829160c3da8034b00ea4725faf7f4340.tar drakx-backup-do-not-use-6f745bb1829160c3da8034b00ea4725faf7f4340.tar.gz drakx-backup-do-not-use-6f745bb1829160c3da8034b00ea4725faf7f4340.tar.bz2 drakx-backup-do-not-use-6f745bb1829160c3da8034b00ea4725faf7f4340.tar.xz drakx-backup-do-not-use-6f745bb1829160c3da8034b00ea4725faf7f4340.zip |
This commit was manufactured by cvs2svn to create tag 'V9_1_25mdk'.V9_1_25mdk
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 |