h_sample_host.rc
changeset 8 d82829c0d867
parent 5 420e4af41733
child 69 ba1a5ff89bb5
equal deleted inserted replaced
7:57c09d1b7f69 8:d82829c0d867
     5  * You should copy this file to h_<your_host_name>.rc
     5  * You should copy this file to h_<your_host_name>.rc
     6  * and change it for your site.
     6  * and change it for your site.
     7  *"
     7  *"
     8 
     8 
     9 "*
     9 "*
       
    10  * NNTPSERVER configuration (for newsReader)
       
    11  *"
       
    12 (OperatingSystem getEnvironment:'NNTPSERVER') isNil ifTrue:[
       
    13     Stdout showCr:'please edit h_sample.rc for NNTPSERVER setup'.
       
    14 "/    Stdout showCr:'setting NNTPSERVER to <your-NNTP-host-here>'.
       
    15 "/    Smalltalk at:#NNTPSERVER put:'<your-NNTP-host-here>'.
       
    16 ].
       
    17 !
       
    18 
       
    19 "*
    10  * printer type configuration 
    20  * printer type configuration 
    11  * - uncomment the one you have
    21  * - uncomment the one you have
    12  *"
    22  *"
    13 Stdout showCr:'configuring printer ...'!
    23 Stdout showCr:'configuring printer ...'!
    14 
    24 
    15 "*
    25 "*
    16  * printer command configuration 
    26  * printer type and printer command configuration 
    17  * - uncomment the one you have
    27  * - uncomment the one you have
    18  *"
    28  *"
    19 " " 
    29 " " 
    20 PostscriptPrinterStream autoload.
    30 PostscriptPrinterStream autoload.
    21 Smalltalk at:#Printer put:PostscriptPrinterStream
    31 Smalltalk at:#Printer put:PostscriptPrinterStream