source: freewrt/package/rrs/patches/rrs-1.70-shell.patch@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 440 bytes
  • rrs.c

    diff -ruN rrs-1.70-old/rrs.c rrs-1.70-new/rrs.c
    old new  
    920920        close(slave_fd);
    921921        signal(SIGHUP, SIG_DFL);
    922922        signal(SIGCHLD, SIG_DFL);
    923         execl("/bin/sh", "", NULL);
     923        execl("/bin/sh", "/bin/sh", NULL);
    924924        /* should not return */
    925925        exit(1);
    926926    } else if (pid > 0) {
Note: See TracBrowser for help on using the repository browser.