alsa.audio: limit the supported frequencies to common set
[AROS.git] / workbench / network / stacks / AROSTCP / S / Package-Startup
blobb95771f31a6b7607bcbcd8fcb1fc66f0a7a150db
1 ; $VER: AROSTCP-PackageStartup 1.5 (3.4.2014)
2 ; AROSTCP-PackageStartup (c) The AROS Dev Team.
4 Path "C" "S" ADD QUIET
6 Protect S/startnet s add quiet
7 Protect S/stopnet s add quiet
9 if ${AROSTCP/AutoRun} eq "True"
11   if ${AROSTCP/WirelessAutoRun} eq "True"
12     Run >NIL: QUIET C:WirelessManager ${AROSTCP/WirelessDevice}
13   EndIf
15   if ${AROSTCP/MobileAutorun} eq "True"
16     Run >NIL: QUIET C:ModemManager
17   EndIf
19   C:Execute S/startnet
21   if EXISTS ENV:AROSTCP/ServerAutoMounts
22     Mount ${AROSTCP/ServerAutoMounts} 
23   EndIf
24 EndIf