summaryrefslogtreecommitdiff
path: root/sysutils/jailuser/files/patch-functions
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/jailuser/files/patch-functions
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/jailuser/files/patch-functions')
-rw-r--r--sysutils/jailuser/files/patch-functions40
1 files changed, 0 insertions, 40 deletions
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);
- }
- }