Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 1999 00:09:21 -0700 (PDT)
From:      "Jordan K. Hubbard" <jkh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/lpr/common_source lp.h net.c printcap.c
Message-ID:  <199904270709.AAA29640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         1999/04/27 00:09:21 PDT

  Modified files:
    usr.sbin/lpr/common_source lp.h net.c printcap.c 
  Log:
  lpd tries to be clever and checks if RM == my_hostname.
  However, it doesn't check if the remote printer name it
  is sending it to is the same as the local printer name,
  and so chokes 'cos "laser" is not a real printer.
  
  PR:		7081
  Submitted by:	David Malone <dwmalone@maths.tcd.ie>
  
  Revision  Changes    Path
  1.8       +2 -1      src/usr.sbin/lpr/common_source/lp.h
  1.2       +6 -1      src/usr.sbin/lpr/common_source/net.c
  1.5       +17 -1     src/usr.sbin/lpr/common_source/printcap.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904270709.AAA29640>