Bump Standards-Version to 3.9.1.
[grml-etc.git] / etc / mgetty / mgetty.config
1 #
2 # mgetty configuration file
3 #
4 # this is a sample configuration file, see mgetty.info for details
5 #
6 # comment lines start with a "#", empty lines are ignored
7
8
9 # ----- global section -----
10 #
11 # In this section, you put the global defaults, per-port stuff is below
12
13
14 # set the global debug level to "4" (default from policy.h)
15 debug 0
16
17 # set the local fax station id
18 fax-id  
19
20 # access the modem(s) with 38400 bps
21 speed 9600
22
23 # use an alternate issue file, to avoid being bitten by linuxlogo
24 issue-file /etc/issue.mgetty
25
26 #  use these options to make the /dev/tty-device owned by "uucp.uucp" 
27 #  and mode "rw-rw-r--" (0664). *LEADING ZERO NEEDED!*
28 #port-owner uucp
29 #port-group uucp
30 #port-mode 0664
31
32 #  use these options to make incoming faxes owned by "root.uucp" 
33 #  and mode "rw-r-----" (0640). *LEADING ZERO NEEDED!*
34 #fax-owner root
35 #fax-group uucp
36 #fax-mode 0640
37
38
39 # ----- port specific section -----
40
41 # Here you can put things that are valid only for one line, not the others
42 #
43
44 # Zoom V.FX 28.8, connected to ttyS0: don't do fax, less logging
45 #
46 #port ttyS0
47 #  debug 3
48 #  data-only y
49
50 # some other Rockwell modem, needs "switchbd 19200" to receive faxes
51 # properly (otherwise it will fail with "timeout").
52 #
53 #port ttyS1
54 #  speed 38400
55 #  switchbd 19200
56
57 # ZyXEL 2864, connected to ttyS2: maximum debugging, grab statistics
58 #
59 #port ttyS2
60 #  debug 8
61 #  init-chat "" \d\d\d+++\d\d\dAT&FS2=255 OK ATN3S0=0S13.2=1 OK 
62 #  statistics-chat "" AT OK ATI2 OK
63 #  statistics-file /var/log/statistics.ttyS2
64 #  modem-type cls2
65
66 # direct connection of a VT100 terminal which doesn't like DTR drops
67 # ("direct" meaning "*no* *modem*".  NEVER enable "direct yes" on modem lines!)
68 #
69 port ttyS0
70   direct y
71   speed 9600
72   toggle-dtr n