[Linux-decnet-commit] CVS: latd latd.conf.sample,NONE,1.1
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2004-01-05 16:20:03
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1:/tmp/cvs-serv16804 Added Files: latd.conf.sample Log Message: Show how to disable the default login service --- NEW FILE: latd.conf.sample --- # /etc/latd.conf # This is a sample configuration file for latd # it is run as s shell script from latcp -s with a minimal # environment and PATH. latcp should be called using the environment # variable $LATCP to make sure you get the right one. # # You can fiddle with all the latd parameters you like in here, the first # service announcement will not be made until this script completes. # # Here are some (I hope) useful exampes: # # Set the multicast timeout to 30 seconds # $LATCP -m 30 # Add another login service # $LATCP -A -a LINUX -r 100 # Add a reverse LAT service to a printer on a DECserver # $LATCP -A -p /dev/lat/printer -Vdecserver # Disable the default login service # $LATCP -D -a `uname -n` exit |