Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3515 → Rev 3516

/data/new-stack/Makefile
208,7 → 208,7
lib/msgbox.obj:LIB/MSGBOX.OBJ \
lib/pixlib.obj:LIB/PIXLIB.OBJ lib/sort.obj:LIB/SORT.OBJ \
media/ac97snd:MEDIA/AC97SND \
network/zeroconf.ini:NETWORK/ZEROCONF.INI \
network.ini:NETWORK.INI \
network/ftpd.ini:NETWORK/FTPD.INI \
network/users.ini:NETWORK/USERS.INI \
#end of list
/data/new-stack/network/zeroconf.ini
File deleted
/data/new-stack/network.ini
0,0 → 1,19
[ipconfig]
; type should be static or zeroconf
; zeroconf means the service first tries to contact a DHCP server
; If dhcp is not available, it switches to link-local
type = zeroconf
ip = 10.0.2.15
gateway = 10.0.2.2
dns = 10.0.2.2
subnet = 255.255.255.0
[proxy]
; If Internet connection requires HTTP proxy, set it here
; and uncomment following lines:
;proxy = <set your proxy IP-addr or domain name here>
;port = <set your proxy port here>
; If proxy requires authentification, uncomment following lines too
; (otherwise, leave them commented):
;user = <set username here>
;password= <set password here>