Subversion Repositories Kolibri OS

Rev

Rev 485 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 485 Rev 539
Line 722... Line 722...
722
 
722
 
Line 723... Line 723...
723
 
723
 
724
 
724
 
725
text:
725
text:
726
 
726
 
727
db '   Incoming mails are written to /rd/1/smtps.txt                      '
727
db '   Incoming mails are written to /sys/smtps.txt                       '
728
db '   The file can be fetched with TinyServer and a Html-browser.        '
728
db '   The file can be fetched with TinyServer and a Html-browser.        '
Line 736... Line 736...
736
 
736
 
Line 737... Line 737...
737
file_start      dd      0x100000
737
file_start      dd      0x100000
738
 
738
 
739
files:
739
files:
740
       dd  2,0,0,?,0x100000
740
       dd  2,0,0,?,0x100000
741
       db  '/rd/1/smtps.txt',0
741
       db  '/sys/smtps.txt',0
742
filel:
742
filel:
Line 743... Line 743...
743
       dd  0,0,0,0x100000,0x100000
743
       dd  0,0,0,0x100000,0x100000
Line 744... Line 744...
744
       db  '/rd/1/smtps.txt',0
744
       db  '/sys/smtps.txt',0