[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: systemd-fsck?



Jordan Metzmeier <titan8990@gmail.com> writes:

> It's not loaded from /etc/profile by default (which would probably
> throw errors with other shells since all login shells source
> /etc/profile).

It is for me, via:

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi

See /etc/profile.d/bash_completion.sh.

However, I agree with the rest of your analysis.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: