Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-14 | 1 | -4/+2 |
| | | | | | | | | | | format of 'sccsid' lines so they consistently match style(9) guidelines. Note that this means you will have to add '-a' to the 'strings' command when searching for rcs ids, eg: strings -a /usr/sbin/lpc | grep '$FreeBSD' Reviewed by: discussed on cvs-src & with bde and obrien MFC after: 15 days | ||||
* | Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. These | gad | 2002-07-17 | 1 | -0/+272 |
reflect much valuable feedback from wollman. More details on the new 'lpc topq' are in the log message for revision 1.2 of lpc/movejobs.c. The previous implementation of 'lpc topq' is available as 'lpc xtopq', in case there are any problems noticed in the new implementation. If there are no problems with this version, a later update will remove the 'lpc xtopq' command. Reviewed by: freebsd-print@bostonradio.org MFC after: 6 days |