diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-12 21:29:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-12 21:29:50 +0000 |
commit | 1f774f34e646069597f1ba7af34bdba005183552 (patch) | |
tree | fda0f452aa13dd7627a56743353c4f4f950a662c /openwrt/package/rrs/patches | |
parent | 6c95eb4ab34e1931106dc3ac64ef6818204b3581 (diff) | |
download | mtk-20170518-1f774f34e646069597f1ba7af34bdba005183552.zip mtk-20170518-1f774f34e646069597f1ba7af34bdba005183552.tar.gz mtk-20170518-1f774f34e646069597f1ba7af34bdba005183552.tar.bz2 |
add rrs package (thanks to Chris Putnam)
SVN-Revision: 2101
Diffstat (limited to 'openwrt/package/rrs/patches')
-rw-r--r-- | openwrt/package/rrs/patches/rrs-1.70-shell.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/rrs/patches/rrs-1.70-shell.patch b/openwrt/package/rrs/patches/rrs-1.70-shell.patch new file mode 100644 index 0000000..822ce7c --- /dev/null +++ b/openwrt/package/rrs/patches/rrs-1.70-shell.patch @@ -0,0 +1,12 @@ +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) { |