h_sample_host.rc
changeset 195 1cf850844da9
parent 116 2417857bcf59
child 209 22793de5d56e
--- a/h_sample_host.rc	Thu Jan 09 19:08:04 1997 +0100
+++ b/h_sample_host.rc	Fri Jan 10 19:34:12 1997 +0100
@@ -11,8 +11,8 @@
  * NNTPSERVER configuration (for newsReader)
  *"
 (OperatingSystem getEnvironment:'NNTPSERVER') isNil ifTrue:[
-    Stdout showCR:'please edit h_sample.rc for NNTPSERVER setup'.
-"/    Stdout showCR:'setting NNTPSERVER to <your-NNTP-host-here>'.
+    'h_sample_host.rc [info]: please edit me for NNTPSERVER setup' infoPrintCR.
+"/    'h_sample_host.rc [info]: setting NNTPSERVER to <your-NNTP-host-here>' infoPrintCR.
 "/    Smalltalk at:#NNTPSERVER put:'<your-NNTP-host-here>'.
 ].
 !
@@ -22,7 +22,9 @@
  * - uncomment the one you have
  *"
 
-Stdout showCR:'configuring printer ...'!
+'h_sample_host.rc [info]: please edit me for printer setup' infoPrintCR.
+"/ 'h_sample_host.rc [info]: configuring printer ...' infoPrintCR
+!
 
 "/ PostscriptPrinterStream autoload.
 "/ Smalltalk at:#Printer put:PostscriptPrinterStream.