--- jailkit-2.5.orig/Makefile.in 2007-11-07 14:32:31.000000000 -0800 +++ jailkit-2.5.new/Makefile.in 2009-01-14 16:32:52.000000000 -0800 @@ -69,12 +69,12 @@ @cd man/ && $(MAKE) install # test if the jk_chrootsh is already in /etc/shells # this previously had @echo but that fails on FreeBSD - if test -w /etc/shells; then \ - 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 \ - fi +# if test -w /etc/shells; then \ +# 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 \ +# fi uninstall: