Changeset 17748


Ignore:
Timestamp:
10/11/11 16:44:09 (20 months ago)
Author:
BrainSlayer
Message:

rc_startup rc_firewall now starts with #!/bin/sh if no other interpreter given

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit.c

    r17747 r17748  
    492492 
    493493        fp = fopen(tmp_file, "w"); 
    494         fprintf(fp,"#!/bin/sh\n"); 
    495494        if (fp) { 
    496495                if (strlen(p) <= 2 || memcmp("#!",p,2) ) 
Note: See TracChangeset for help on using the changeset viewer.