Displaying 1 result from an estimated 1 matches for "dp02".
Did you mean:
d02
1998 Jul 29
0
Printing on a Window Client from AIX
...pt is modified
# from the one distributed with Samba.
#
# As if there is a standard way of printing in UNIX :-)
#
# The first printer I have done this way in AIX (4.3) has the following entry
# in the /etc/qconfig file:
#
# p02:
# discipline = fcfs
# up = TRUE
# device = dp02
# dp02:
# backend = /usr/local/bin/smbprint p02
# file = FALSE
# header = never
# trailer = never
#
# Technically, since most of the values are the defaults, it could be as
# short as:
#
# p02:
# device = dp02
# dp02:
# backend = /usr/local...