]> git.pld-linux.org Git - packages/busybox.git/commitdiff
580f7cc09689d71c04c8952f792741f6 busybox-sh-name.patch
authorklakier <klakier@pld-linux.org>
Sat, 19 May 2001 11:25:38 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-sh-name.patch -> 1.1

busybox-sh-name.patch [new file with mode: 0644]

diff --git a/busybox-sh-name.patch b/busybox-sh-name.patch
new file mode 100644 (file)
index 0000000..9e1df28
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur --exclude *~ busybox-0.51/busybox.c busybox-0.51.new/busybox.c
+--- busybox-0.51/busybox.c     Tue Apr 10 00:48:11 2001
++++ busybox-0.51.new/busybox.c Sat May 19 12:53:12 2001
+@@ -97,7 +97,7 @@
+       /* Add in a special case hack -- whenever **argv == '-'
+        * (i.e. '-su' or '-sh') always invoke the shell */
+       if (**argv == '-' && *(*argv+1)!= '-') {
+-              applet_name = "sh";
++              applet_name = "lash";
+       }
+ #endif
This page took 0.255608 seconds and 4 git commands to generate.