Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 10:16:53 -0700 (PDT)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/lpr/lpc cmds.c
Message-ID:  <200109271716.f8RHGsa68701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2001/09/27 10:16:53 PDT

  Modified files:
    usr.sbin/lpr/lpc     cmds.c 
  Log:
  Basically rewrite the sortq() routine which is used by 'lpc clean' and
  'lpc tclean'.  In some obscure cases, the previous version could cause a
  valid user job to be removed (by 'clean'), due to invalid assumptions in
  the sort routine.  This was a rare problem, unless ctlinfo.c is compiled
  with 'LEAVE_TMPCF_FILES' turned on (to check what that rtn was doing).
  
  Reviewed by:	Lack of outcry on -audit and freebsd-print@bostonradio.org
  MFC after:	10 days
  
  Revision  Changes    Path
  1.20      +126 -20   src/usr.sbin/lpr/lpc/cmds.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?200109271716.f8RHGsa68701>