File: latd.conf.sample

package info (click to toggle)
latd 1.34
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,904 kB
  • ctags: 1,090
  • sloc: cpp: 8,485; sh: 879; makefile: 89
file content (25 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# /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