~ubuntu-branches/ubuntu/precise/conserver/precise

« back to all changes in this revision

Viewing changes to debian/default.cf

  • Committer: Bazaar Package Importer
  • Author(s): Jörgen Hägg
  • Date: 2011-05-15 10:58:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110515105800-c18byqa1lfzoiz5t
Tags: 8.1.18-1
* new upstream version
* updated default config files (closes: #603055) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# The character '&' in logfile names are substituted with the console
2
 
# name.
3
 
#
4
 
config * {
5
 
        sslrequired no;
6
 
}
7
 
default full {
8
 
        rw *;
9
 
}
10
 
default * {
11
 
        logfile /var/log/conserver/&.log;
12
 
        timestamp "";
13
 
        include full;
14
 
        sslrequired no;
15
 
}
16
 
##
17
 
## list of consoles we serve
18
 
##
19
 
#console tweety {
20
 
#       master localhost;
21
 
#       type host;
22
 
#       host ts1;
23
 
#       port 2002;
24
 
#}
25
 
#console bambam {
26
 
#       master localhost;
27
 
#       type host;
28
 
#       host ts1;
29
 
#       port 2003;
30
 
#}
31
 
#console shell {
32
 
#       master localhost;
33
 
#       logfile /dev/null;
34
 
#       type exec;
35
 
#       exec "";
36
 
#}
37
 
#console telnet {
38
 
#       master localhost;
39
 
#       logfile /dev/null;
40
 
#       type exec;
41
 
#       exec telnet host;
42
 
#}
43
 
#console ttya {
44
 
#       master localhost;
45
 
#       type device;
46
 
#       device /dev/ttya;
47
 
#       baud 9600;
48
 
#       parity none;
49
 
#}
50
 
##
51
 
## list of clients we allow
52
 
##
53
 
access * {
54
 
        allowed 127.0.0.1;
55
 
}