$rte_progs Directory in which type 6 program files are to be placed. The default is /programs.

$rte_snap The target snap file for loading programs. The default is the current system snap file.

$rte_usr Directory in which usr files are to be placed. The default is /usr.

You may also want to set and export the $LINK environment variable, which contains runstring commands for the link program. For example, to use snap file /system/madison.snp , enter:

CI> set -x link = madison.snp

The actions that may be performed by this command file, subject to the setting of the options above, are:

DIf the LP spooler is already running, it is shut down.DThe /usr/spool/lp/ directory structure is created, if needed.DThe local host name is set in /usr/spool/lp/hostname , if supplied.

DPrinter model files in the model/ subdirectory are copied to /usr/spool/lp/model/ . Only files that are missing or newer than the existing printer model files of the same name are copied.

DHelp files are copied to /help/. Only files that are missing or are newer than the existing help files are copied.

DIf remote software is to be installed, then /etc/inetd.conf is modified to support the rlpdaemon program.

DThe LP spooler programs are loaded.DThe LP spooler is restarted.

The following example execution performs these actions: (a) updates local files; (b) loads programs into /programs/; (c) installs incoming and outgoing remote printer support;

(d)establishes •myhost" as the local host name; (e) uses symbolic links where possible; and

(f)creates the /usr directory on LU 22.CI> set lp_remote = T

CI> set lp_hostname = ‘myhost‘

CI> set rte_mklnks = TCI> mklp 22

You may also wish to automatically start the LP spool system at boot time. To accomplish this, add the command to your welcome file:

lpsched

240 LP Spool System