From 261908e8db0a78cc3b1cc25e73bedcf2b37cffa7 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 25 Aug 2016 07:28:34 +0000 Subject: community/jailkit: moved from testing --- testing/jailkit/Makefile.in.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 testing/jailkit/Makefile.in.patch (limited to 'testing/jailkit/Makefile.in.patch') diff --git a/testing/jailkit/Makefile.in.patch b/testing/jailkit/Makefile.in.patch deleted file mode 100644 index 36494ed07f..0000000000 --- a/testing/jailkit/Makefile.in.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- jailkit-2.15/Makefile.in -+++ jailkit-2.15/Makefile.in-patched -@@ -67,14 +67,6 @@ - @cd src/ && $(MAKE) install - @cd py/ && $(MAKE) install - @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 - - - uninstall: -@@ -83,5 +75,3 @@ - @cd man/ && $(MAKE) uninstall - @cd src/ && $(MAKE) uninstall - -rmdir --ignore-fail-on-non-empty ${DESTDIR}${iniprefix} -- @echo "You must manually remove jk_chrootsh from /etc/shells" --# remove jk_chrootsh from /etc/shells -- cgit v1.2.3