1###########################################################################
2# LPRng - An Extended Print Spooler System
3#
4# Copyright 1988-1995 Patrick Powell, San Diego State University
5#     papowell@sdsu.edu
6# See LICENSE for conditions of use.
7#
8###########################################################################
9# MODULE: TESTSUPPORT/lpd.conf.proto
10# PURPOSE: lpd.conf file for testing
11# lpd.conf.proto,v 3.3 1997/12/20 21:16:26 papowell Exp
12########################################################################## 
13# Test version of the plp.conf(5) file, using non-standard locations
14# and ports so as to avoid interfering with a running lpd(8).
15# you may (or may not) need this; if you get a warning, you do.
16# Change as appropriate.
17#
18#
19
20
21
22# replace the 'printcap_path' with the filter specification
23# try using the filter printcap access
24
25config_include_path=/etc:_TMP_LPD
26default_auth=kerberos
27default_banner_printer=_TMP_LPD/lpbanner
28default_printer=t1@_HOST_
29domain_name=_DOMAIN_
30group=0
31lockfile=_TMP_LPD/lpd.lock.%H
32logfile=_TMP_LPD/lpd.log.%H
33lpd_port=4000
34lpd_printcap_path=_TMP_LPD/lpd_printcap.%H
35printcap_include_path=_TMP_LPD
36
37#printcap_path=|_TMP_LPD/dbserver _TMP_LPD/printcap.db.%H
38printcap_path=_TMP_LPD/printcap.%H
39
40#perms_path=|_TMP_LPD/dbserver _TMP_LPD/lpd.perms.db.%H
41perms_path=_TMP_LPD/lpd.perms.%H
42unix_socket_path=_TMP_LPD/lprng.%H
43
44use-info-cache
45use_identifier
46
47user=_USER_
48
49#=test include facility
50include=_TMP_LPD/common.conf
51