Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile-systemd.xml

    r4a83293 rac38e9dc  
    199199if [ -f "/etc/dircolors" ] ; then
    200200        eval $(dircolors -b /etc/dircolors)
    201 
    202         if [ -f "$HOME/.dircolors" ] ; then
    203                 eval $(dircolors -b $HOME/.dircolors)
    204         fi
    205 fi
     201fi
     202
     203if [ -f "$HOME/.dircolors" ] ; then
     204        eval $(dircolors -b $HOME/.dircolors)
     205fi
     206
    206207alias ls='ls --color=auto'
    207208alias grep='grep --color=auto'</literal>
     
    230231if [ -d /usr/local/sbin -a $EUID -eq 0 ]; then
    231232        pathprepend /usr/local/sbin
    232 fi</literal>
     233fi
     234
     235# Set some defaults before other applications add to these paths.
     236pathappend /usr/share/man  MANPATH
     237pathappend /usr/share/info INFOPATH</literal>
    233238EOF</userinput></screen>
    234239
Note: See TracChangeset for help on using the changeset viewer.