File: simple.cf

package info (click to toggle)
conserver 8.1.1-2
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 1,512 kB
  • ctags: 1,012
  • sloc: ansic: 18,713; sh: 3,093; makefile: 319
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#
# I believe this is the smallest configuration file that is also fully
# functional.  You have to be happy with the default access type (-a)
# as well as the default access list that gets used.
# 

console simple {
    master localhost;
    type exec;
    rw *;
}