summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2018-04-27 16:14:37 +0000
committerEric Faurot <eric@cvs.openbsd.org>2018-04-27 16:14:37 +0000
commit7b86e658d4848043919a0d881c41504dd50e1ef3 (patch)
treecc74a3d118c8f77ba4e0036f7fefd3b6d09c037c
parent0e1deb7af88c949365550c2795b170baabc28ede (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@
-rw-r--r--usr.sbin/lpd/control.c2
-rw-r--r--usr.sbin/lpd/io.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpd/control.c b/usr.sbin/lpd/control.c
index 325e21c25ba..a19d96277b2 100644
--- a/usr.sbin/lpd/control.c
+++ b/usr.sbin/lpd/control.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.c,v 1.1.1.1 2018/04/27 16:14:35 eric Exp $ */
+/* $OpenBSD: control.c,v 1.1 2018/04/27 16:14:35 eric Exp $ */
/*
* Copyright (c) 2017 Eric Faurot <eric@openbsd.org>
diff --git a/usr.sbin/lpd/io.h b/usr.sbin/lpd/io.h
index abd276eadd9..67adf09eb4e 100644
--- a/usr.sbin/lpd/io.h
+++ b/usr.sbin/lpd/io.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: io.h,v 1.1.1.1 2018/04/27 16:14:36 eric Exp $ */
+/* $OpenBSD: io.h,v 1.1 2018/04/27 16:14:36 eric Exp $ */
/*
* Copyright (c) 2017 Eric Faurot <eric@openbsd.org>