~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/kernel/src/erl_boot_server.erl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
%% Internal exports
38
38
-export([init/1,handle_call/3,handle_cast/2,handle_info/2,terminate/2]).
 
39
-export([code_change/3]).
39
40
-export([boot_init/1, boot_accept/3]).
40
41
 
41
42
 
215
216
terminate(_Reason, _S0) ->
216
217
    ok.
217
218
 
 
219
code_change(_Vsn, State, _Extra) ->
 
220
    {ok, State}.
 
221
 
218
222
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
219
223
%%
220
224
%% Boot server