> On Feb 24, 2017, at 4:42 PM, Saso Kiselkov <skiselkov...@gmail.com> wrote: > > I'm pretty sure I didn't prepend anything to it, though, is chances are, > the default install will fail the build as well.
r151014(usr/src)[1]% sudo cat /root/.profile # # Simple profile places /usr/gnu/bin at front, # adds /usr/X11/bin, /usr/sbin and /sbin to the end. # # Use less(1) as the default pager for the man(1) command. # export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin export PAGER="/usr/bin/less -ins" # # Define default prompt to <username>@<hostname>:<path><"($|#) "> # and print '#' for user "root" and '$' for normal users. # PS1='${LOGNAME}@$(/usr/bin/hostname):$( [[ "${LOGNAME}" == "root" ]] && printf "%s" "${PWD/${HOME}/~}# " || printf "%s" "${PWD/${HOME}/~}\$ ")' r151014(usr/src)[0]% Fixed in at least bloody: bloody(~)[0]% sudo cat /root/.profile # # Uncommenting PATH below will place /usr/gnu/bin at front, # adds /usr/sbin and /sbin to the end. # # export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin # # Define default prompt to <username>@<hostname>:<path><"($|#) "> # and print '#' for user "root" and '$' for normal users. # # override default prompt for bash # case "$0" in # -bash) # export PS1="\u@\h:\w\\$ " # esac bloody(~)[0]% Dan ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com