search for: ps2pdf_locat

Displaying 1 result from an estimated 1 matches for "ps2pdf_locat".

2003 Mar 19
4
Samba print command only works on restart, help!
...printable = Yes printing = sysv print command = /usr/bin/printnew.pl %s %s> /tmp/log lpq command = lprm command = ----------------printnew.pl------------------------- #!/usr/bin/perl use Mail::Sender; my $print_location = '/var/spool/samba/'.shift(); my $print_job = shift(); my $ps2pdf_location = '/usr/local/bin/ps2pdf'; my $output_location = '/var/spool/samba/perl-output.pdf'; my $smtp_server = '1.1.1.1'; my $msg_subject = 'subject'; my $msg_body = 'This is a pdf attachment.'; my $from_address = 'whatever@blah.com'; my $auth_user = '...