1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add rrs package (thanks to Chris Putnam)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2101 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2005-10-12 21:29:50 +00:00
parent 36b284cdb0
commit 320d97a71a
7 changed files with 121 additions and 0 deletions

View File

@@ -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) {