diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-26 22:29:11 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-26 22:29:11 +0000 |
commit | 4954720d49925b11ac2dffce185ea6690ab977c8 (patch) | |
tree | b156d30337e6bfc695210154abfb5f2461b82d9a /bin | |
parent | 4bfe9c66f670d35d990021acb18bc51567dc95b5 (diff) | |
download | ATCD-4954720d49925b11ac2dffce185ea6690ab977c8.tar.gz |
*** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/Service_Config.perl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Service_Config.perl b/bin/Service_Config.perl index 6f9d00fa36f..e0bac8a3856 100755 --- a/bin/Service_Config.perl +++ b/bin/Service_Config.perl @@ -1,4 +1,14 @@ #!/pkg/gnu/bin/perl -pi +# +# +# You may want to run the "find" command with this script, which maybe something like this: +# +# find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.C" -o -name "*.cc" -o -name "*.c" -o -name "*.cpp" -o -name "*.hpp" -o -name "*.ipp" \) -print | xargs $ACE_ROOT/bin/Service_Config.perl +# +# And if your perl installation isn't in /pkg/gnu/bin/perl, +# please make the change accordingly +# +# s/ACE_Service_Config::run_reactor_event_loop/ACE_Reactor::run_event_loop/g; s/ACE_Service_Config::end_reactor_event_loop/ACE_Reactor::end_event_loop/g; s/ACE_Service_Config::reactor_event_loop_done/ACE_Reactor::event_loop_done/g; |