1*48632Sbostic# This is the list of commands that uuxqt will execute. 2*48632Sbostic# 3*48632Sbostic# A line beginning with a # is a comment 4*48632Sbostic# If the last character of a line is \ 5*48632Sbostic# the next line is considered to be a continuation of the first. 6*48632Sbostic# 7*48632Sbostic# A line of from PATH=... changes the path used to locate the commands. 8*48632Sbostic# 9*48632Sbostic# Example L.cmds 10*48632Sbostic# 11*48632SbosticPATH=/bin:/usr/bin:/usr/ucb 12*48632Sbostic# If there is a suffix of ,Error, a message will only be returned if 13*48632Sbostic# the exit status is non-zero. If there is a suffix on ,No, there 14*48632Sbostic# will never be a return message from uuxqt. 15*48632Sbosticrmail 16*48632Sbostic# Only return the status of a rnews if it is non-zero 17*48632Sbosticrnews,Error 18*48632Sbosticruusend 19*48632Sbostic# Never return the status of an nfrcv 20*48632Sbosticnfrcv,No 21*48632Sbostic# These next programs are security holes, but noone seems to care 22*48632Sbosticlpr 23*48632Sbosticwho 24*48632Sbosticuusend 25*48632Sbosticfinger 26