repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
S
/
Package-Startup
blob
51b6c17f2999825df24fae867ecf6c3312660def
1
; $VER: AROSTCP-PackageStartup 1.1 (15.12.2007)
2
; AROSTCP-PackageStartup (c) The AROS Dev Team.
3
;
4
Path "C" "S" ADD QUIET
5
6
Protect S/startnet s add quiet
7
Protect S/stopnet s add quiet
8
9
if $AROSTCP/AutoRun eq "True"
10
C:execute S/startnet
11
EndIf