Ignore:
Timestamp:
Jan 20, 2007, 10:52:04 PM (17 years ago)
Author:
presbrey
Message:
upd-execsys bug fix
renamed staticsys-cat from sbin to bin to avoid selinux
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/execsys/upd-execsys

    r26 r104  
    107107close(CONF);
    108108
    109 open(CAT, "./staticsys-cat.c.pre");
     109open(CAT, "./static-cat.c.pre");
    110110$file = <CAT>;
    111111($fstart, $fend) = ($file =~ /$regexp/s);
    112112close(CAT);
    113113
    114 open(CAT, ">./staticsys-cat.c");
     114open(CAT, ">./static-cat.c");
    115115print CAT $fstart, "\n";
    116116print CAT '#define NEXTS ', scalar(@static), "\n";
Note: See TracChangeset for help on using the changeset viewer.