diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2018-04-27 16:14:37 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2018-04-27 16:14:37 +0000 |
commit | e6f6cd8870e0f8a3d21f05cd3bdcfeb9f716ce20 (patch) | |
tree | 160435d902b9cd49f8abcec8e456fb1ee0c2e782 /usr.sbin | |
parent | fe1e45258a8c78097bbef293582997a7bb24d19e (diff) |
Import lpd, a re-implementation of the lpr daemon following the latest
OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only
intended to replace the lpd(8) daemon for the moment, not the lpr(1),
lprm(1), lpq(1) and lpc(8) commands.
This is a work in progress. The server part should be fairly functionnal,
but the printer part is not complete: remote printers should work, for
local printers it depends on the setup. Anyway, at this point it's better
in the tree than rotting on my disk.
ok deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/lpd/lp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpd/lp.c b/usr.sbin/lpd/lp.c index 0142cc80d02..0d39a05a1c1 100644 --- a/usr.sbin/lpd/lp.c +++ b/usr.sbin/lpd/lp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lp.c,v 1.1.1.1 2018/04/27 16:14:36 eric Exp $ */ +/* $OpenBSD: lp.c,v 1.1 2018/04/27 16:14:36 eric Exp $ */ /* * Copyright (c) 2017 Eric Faurot <eric@openbsd.org> |