Sync usage with man page.
[netbsd-mini2440.git] / share / examples / emul / ultrix / etc / svc.conf
blob6dbbfe0c5fdb29d6a7fc05547837b3c41211bd24
1 #       $NetBSD$
3 # Ultrix-compatible svc.conf file.
4 # Each line  below binds a particular database to one or more resolver
5 # services.  The available services are
6 #       local - local flat files in /etc/
7 #       yp -  NIS (aka yp)
8 #       bind - DNS 
10 # Multiple services can be specified by a comma-separated list.
11 # Order is signficant. Whitespace not allowed except after comments or commas.
13 aliases=local           # sendmail /etc/aliases: just run native senmamil.
14 auth=local
15 group=local             # /etc/group: native and Ultrix are compatible  
16 hosts=local,bind        # /etc/hosts (no yp) then DNS
17 netgroup=local          # NOTE: Ultrix netgroup really only works with yp.
18 networks=local,bind     # rfc 1101
19 passwd=local            # Ultrix and native hashed passwds incompatible
20 protocols=local         #       /etc/protocols  (getprotoent())
21 rpc=local               #       /etc/rpc        (getrpcent())
22 services=local          #       /etc/services   (getservbyname())
24 # Minimum password length/lifetime/security goop; see an Ultrix manpage.
25 # NOTE: running Ultrix /etc/passwd is not  good idea.
26 PASSLENMIN=6
27 PASSLENMAX=16
28 SOFTEXP=604800          # 7 days in seconds 
29 SECLEVEL=BSD            # (BSD | UPGRADE | ENHANCED)