Date: Sat, 22 Jun 2002 15:11:34 -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/common_source common.c lp.h src/usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h Message-ID: <200206222211.g5MMBYw54613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2002/06/22 15:11:34 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/lpr/common_source common.c lp.h
usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h
Log:
MFC *: Almost complete rewrite of the lpc commands 'abort', 'enable',
'disable', 'restart', 'start', 'stop' and 'up'. This reduces the amount
of code that is run as the priv userid, and eliminates some cases where
error messages were written while that priv uid was in effect.
As far as users are concerned, there should be no noticable difference
in the new versions. In case there *is*, the previous implementations
are still there as 'xabort', 'xenable', etc, so they are available for
instant fallback. If no one reports a problem after a few weeks, then
a later update will remove those x-commands.
[* = 1.26->1.28 common.c, 1.21 lp.h, 1.25 cmds.c, 1.5 cmdtab.c, 1.6 extern.h]
Revision Changes Path
1.12.2.14 +133 -0 src/usr.sbin/lpr/common_source/common.c
1.9.2.10 +18 -0 src/usr.sbin/lpr/common_source/lp.h
1.14.2.10 +278 -0 src/usr.sbin/lpr/lpc/cmds.c
1.3.2.2 +15 -8 src/usr.sbin/lpr/lpc/cmdtab.c
1.3.6.3 +15 -8 src/usr.sbin/lpr/lpc/extern.h
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?200206222211.g5MMBYw54613>
