-shellを変更する-

   
 bashをインストール No.3 make install

sub2# make install
===> Installing for bash-2.05b.004
install -c -s -o root -g wheel -m 555 -m 0755 bash /usr/local/bin/bash
install -c -o root -g wheel -m 555 -m 0555 bashbug /usr/local/bin/bashbug
( cd ./doc ; make man1dir=/usr/local/man/man1 man1ext=.1 man3dir=/usr/local/man/man3 man3ext=.3
infodir=/usr/local/info htmldir= DESTDIR= install )
makeinfo --no-split -I../lib/readline/doc ./bashref.texi
test -d /usr/local/man/man1 || /bin/sh ../support/mkdirs /usr/local/man/man1
test -d /usr/local/info || /bin/sh ../support/mkdirs /usr/local/info
if test -n "" ; then test -d || /bin/sh ../support/mkdirs ; fi
install -c -o root -g wheel -m 444 ./bash.1 /usr/local/man/man1/bash.1
install -c -o root -g wheel -m 444 ./bashbug.1 /usr/local/man/man1/bashbug.1
install -c -o root -g wheel -m 444 ./bashref.info /usr/local/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --dir-file=/usr/local/inf
o/dir /usr/local/info/bash.info; else true; fi
if test -n "" ; then install -c -o root -g wheel -m 444 ./bash.html ; install -c -o root -g wheel
-m 444 ./bashref.html ; fi
( cd ./builtins ; make DESTDIR= install )
===> Generating temporary packing list
/bin/cp /etc/shells /etc/shells.bak
(/usr/bin/grep -v /usr/local/bin/bash /etc/shells.bak; echo /usr/local/bin/bash) >/etc/shells
/bin/rm /etc/shells.bak
/bin/mkdir -p /usr/local/share/doc/bash
install -c -o root -g wheel -m 444 /usr/ports/shells/bash2/work/doc/article.ps /usr/ports/shells
/bash2/work/doc/bashref.ps /usr/local/share/doc/bash
install -c -o root -g wheel -m 444 /usr/ports/shells/bash2/work/doc/article.txt /usr/local/share
/doc/bash
/usr/bin/bzip2 -f /usr/local/share/doc/bash/*.ps
===> Compressing manual pages for bash-2.05b.004
===> Registering installation for bash-2.05b.004