summaryrefslogtreecommitdiffstats
path: root/openwrt/package/rrs/patches/rrs-1.70-shell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/rrs/patches/rrs-1.70-shell.patch')
-rw-r--r--openwrt/package/rrs/patches/rrs-1.70-shell.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/rrs/patches/rrs-1.70-shell.patch b/openwrt/package/rrs/patches/rrs-1.70-shell.patch
deleted file mode 100644
index 822ce7c18e..0000000000
--- a/openwrt/package/rrs/patches/rrs-1.70-shell.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN rrs-1.70-old/rrs.c rrs-1.70-new/rrs.c
---- rrs-1.70-old/rrs.c 2004-05-30 02:32:03.000000000 +0200
-+++ rrs-1.70-new/rrs.c 2005-10-12 12:41:24.000000000 +0200
-@@ -920,7 +920,7 @@
- close(slave_fd);
- signal(SIGHUP, SIG_DFL);
- signal(SIGCHLD, SIG_DFL);
-- execl("/bin/sh", "", NULL);
-+ execl("/bin/sh", "/bin/sh", NULL);
- /* should not return */
- exit(1);
- } else if (pid > 0) {