applied a patch from Norm Jacobs to allow "printcap name = lpstat"
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 05:08:07 +0000 (05:08 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 05:08:07 +0000 (05:08 +0000)
commit7a668a7641cd747455b7a9854dbc208a3e4bc7ef
tree337d3570bd8160d93ee74c2e3ff139be0db9e4d9
parent02bc90ea442f5d115df17de0ebd0bbfdf214c1a5
applied a patch from Norm Jacobs to allow "printcap name = lpstat"
to use lpstat to obtain the printer list on systemV systems.

I've now made this the default on all SYSV systems.

Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
(This used to be commit 6a83de0ae954bb18d3f15382f2b0b3259fedff09)
docs/manpages/smb.conf.5
examples/smb.conf.default
source3/include/local.h
source3/param/loadparm.c
source3/printing/pcap.c
source3/printing/print_svid.c [new file with mode: 0644]