# Format: type/string/program args...
# Type=user, unix or connect
# user=any username, unix=user in /etc/passwd, connect=connect string
# user/unix use shell wildcards, not regexp
# connect uses substring, no wildcards
# program must be a single string, so use quotes if necessary
# user isn't set yet, you can use $rawuser$ for the unformatted name

# USE THIS AT YOUR OWN RISK! YOUR MILEAGE WILL NOT ONLY VARY, IT MAY BLOW 
# UP IN YOUR FACE, TIE YOUR SHOELACES TOGETHER AND INSULT YOUR GRANNY!

# Generic unix login...
#unix * "/bin/login $rawuser$"

# Fido?
#user \*\* "/usr/bin/ufcico" # or something

# Fax?
#connect FAX "/usr/sbin/receivefax"
