h_sample_host.rc
changeset 5 420e4af41733
parent 0 0cb137a77319
child 8 d82829c0d867
equal deleted inserted replaced
4:bf0b63015196 5:420e4af41733
     1 "*
     1 "*
     2  * $Header$
     2  * $Header$
     3  * startup configuration for host specific stuff -
     3  * sample startup configuration for host specific stuff -
       
     4  *
       
     5  * You should copy this file to h_<your_host_name>.rc
       
     6  * and change it for your site.
     4  *"
     7  *"
     5 
     8 
     6 "*
     9 "*
     7  * printer type configuration 
    10  * printer type configuration 
     8  * - uncomment the one you have
    11  * - uncomment the one you have
    10 Stdout showCr:'configuring printer ...'!
    13 Stdout showCr:'configuring printer ...'!
    11 
    14 
    12 "*
    15 "*
    13  * printer command configuration 
    16  * printer command configuration 
    14  * - uncomment the one you have
    17  * - uncomment the one you have
    15  * you can also change the stuff below to adapt to the current
       
    16  * host - see display.rc for an example.
       
    17  *"
    18  *"
    18 " " 
    19 " " 
    19 PostscriptPrinterStream autoload.
    20 PostscriptPrinterStream autoload.
    20 Smalltalk at:#Printer put:PostscriptPrinterStream
    21 Smalltalk at:#Printer put:PostscriptPrinterStream
    21 " "
    22 " "