Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2000 11:22:06 -0800 (PST)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/lpr/common_source common.c lp.h net.c printcap.c src/usr.sbin/lpr/lpd lpd.c printjob.c recvjob.c src/usr.sbin/lpr/lpr printcap.5
Message-ID:  <200011021922.LAA04134@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2000/11/02 11:22:06 PST

  Modified files:
    usr.sbin/lpr/common_source common.c lp.h net.c printcap.c 
    usr.sbin/lpr/lpd     lpd.c printjob.c recvjob.c 
    usr.sbin/lpr/lpr     printcap.5 
  Log:
  Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)
  in lpd.  Stat.recv is useful on a printserver, as something of a network
  performance-monitoring tool.  Stat.send is a minimal accounting record of
  sorts for jobs going to tcp/ip based printers.
  
  Reviewed by:	freebsd-print@bostonradio.org
  
  Revision  Changes    Path
  1.14      +286 -1    src/usr.sbin/lpr/common_source/common.c
  1.12      +34 -1     src/usr.sbin/lpr/common_source/lp.h
  1.4       +4 -4      src/usr.sbin/lpr/common_source/net.c
  1.7       +5 -1      src/usr.sbin/lpr/common_source/printcap.c
  1.15      +5 -4      src/usr.sbin/lpr/lpd/lpd.c
  1.24      +21 -1     src/usr.sbin/lpr/lpd/printjob.c
  1.15      +15 -5     src/usr.sbin/lpr/lpd/recvjob.c
  1.17      +31 -2     src/usr.sbin/lpr/lpr/printcap.5



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?200011021922.LAA04134>