--- Makefile.in.old 2005-05-17 00:49:07.127994520 +0200 +++ Makefile.in 2005-05-17 00:49:24.429364312 +0200 @@ -41,10 +41,10 @@ @cd man/ && $(MAKE) install # test if the jk_chrootsh is already in /etc/shells # this previously had @echo but that fails on FreeBSD - if ! grep ${prefix}/sbin/jk_chrootsh /etc/shells ; then \ - echo "appending ${prefix}/sbin/jk_chroots to /etc/shells";\ - echo ${prefix}/sbin/jk_chrootsh >> /etc/shells ;\ - fi + #if ! grep ${prefix}/sbin/jk_chrootsh /etc/shells ; then \ + # echo "appending ${prefix}/sbin/jk_chroots to /etc/shells";\ + # echo ${prefix}/sbin/jk_chrootsh >> /etc/shells ;\ + #fi uninstall: