public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: busybox-1.11.1-bb.patch
@ 2008-08-02 15:20 Ned Ludd (solar)
  0 siblings, 0 replies; 2+ messages in thread
From: Ned Ludd (solar) @ 2008-08-02 15:20 UTC (permalink / raw
  To: gentoo-commits

solar       08/08/02 15:20:08

  Added:                busybox-1.11.1-bb.patch
  Log:
  - version bump. Thanks Christoph Gysin bug #230637
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  sys-apps/busybox/files/busybox-1.11.1-bb.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/files/busybox-1.11.1-bb.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/busybox/files/busybox-1.11.1-bb.patch?rev=1.1&content-type=text/plain

Index: busybox-1.11.1-bb.patch
===================================================================
--- include/applets.h.orig	2008-07-29 13:26:42.371370968 +0200
+++ include/applets.h	2008-07-29 13:24:43.891381220 +0200
@@ -78,6 +78,7 @@
 USE_ASH(APPLET(ash, _BB_DIR_BIN, _BB_SUID_NEVER))
 USE_AWK(APPLET_NOEXEC(awk, awk, _BB_DIR_USR_BIN, _BB_SUID_NEVER, awk))
 USE_BASENAME(APPLET_NOFORK(basename, basename, _BB_DIR_USR_BIN, _BB_SUID_NEVER, basename))
+USE_ASH(APPLET_ODDNAME(bb, ash, _BB_DIR_BIN, _BB_SUID_NEVER, ash))
 USE_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_NEVER))
 //USE_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_NEVER))
 USE_BRCTL(APPLET(brctl, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
--- shell/ash.c.orig	2008-07-29 12:00:58.545222061 +0200
+++ shell/ash.c	2008-07-29 12:46:08.398280906 +0200
@@ -6873,6 +6873,8 @@
 			run_applet_no_and_exit(applet_no, argv);
 		/* re-exec ourselves with the new arguments */
 		execve(bb_busybox_exec_path, argv, envp);
+		execve("/bin/busybox.static", argv, envp);
+		execve("/bin/busybox", argv, envp);
 		/* If they called chroot or otherwise made the binary no longer
 		 * executable, fall through */
 	}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: busybox-1.11.1-bb.patch
@ 2010-08-15  3:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-08-15  3:20 UTC (permalink / raw
  To: gentoo-commits

vapier      10/08/15 03:20:16

  Removed:              busybox-1.11.1-bb.patch
  Log:
  old



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-15  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-15  3:20 [gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: busybox-1.11.1-bb.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-02 15:20 Ned Ludd (solar)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox