source:
freewrt/package/rrs/patches/rrs-1.70-shell.patch@
6fc4520e
| Last change on this file since 6fc4520e was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 440 bytes | |
-
rrs.c
diff -ruN rrs-1.70-old/rrs.c rrs-1.70-new/rrs.c
old new 920 920 close(slave_fd); 921 921 signal(SIGHUP, SIG_DFL); 922 922 signal(SIGCHLD, SIG_DFL); 923 execl("/bin/sh", " ", NULL);923 execl("/bin/sh", "/bin/sh", NULL); 924 924 /* should not return */ 925 925 exit(1); 926 926 } else if (pid > 0) {
Note:
See TracBrowser
for help on using the repository browser.
