From 38a0a8023026a77ded1e6de618b567c7b58e79a4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 2 Sep 2014 10:07:49 +0000 Subject: Remove non staged ports without pending PR from s* --- sysutils/jailuser/files/patch-functions | 40 --------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 sysutils/jailuser/files/patch-functions (limited to 'sysutils/jailuser/files/patch-functions') diff --git a/sysutils/jailuser/files/patch-functions b/sysutils/jailuser/files/patch-functions deleted file mode 100644 index 2ec79b9829e8..000000000000 --- a/sysutils/jailuser/files/patch-functions +++ /dev/null @@ -1,40 +0,0 @@ -// A little bug patched in jail 1.9 (it didn't set the shell correctly in /etc/shells) -// v1.0a -// by Bugghy (bugghy@rootshell.be) - -*** ../lib/arch/generic/functions Fri Oct 26 12:36:09 2001 ---- ../lib/arch/generic/functions Sat Jun 14 13:41:22 2003 -*************** -*** 823,829 **** - close(F); - - for $k (@elem) { -! if ($k =~ /^$INSTALL_DIR\/jail/) { - $found = 1; - last; - } ---- 823,829 ---- - close(F); - - for $k (@elem) { -! if ($k =~ /^$INSTALL_DIR\/bin\/jail/) { - $found = 1; - last; - } -*************** -*** 831,837 **** - - if (!$found || !-e $SHELLS_FILE) { - open(F,">>".$SHELLS_FILE); -! print F "$INSTALL_DIR/jail\n"; - close(F); - } - } ---- 831,837 ---- - - if (!$found || !-e $SHELLS_FILE) { - open(F,">>".$SHELLS_FILE); -! print F "$INSTALL_DIR/bin/jail\n"; - close(F); - } - } -- cgit v1.2.3