summaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
commit201f78d6b90635d961fa373ecd706e3786333b7e (patch)
treec8937d0d96aa193878973d98a3a5240f9232ad5a /usr.sbin/daemon
parent99e934d3327f7c05890356105bbe793570b22829 (diff)
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r--usr.sbin/daemon/Makefile2
-rw-r--r--usr.sbin/daemon/daemon.82
-rw-r--r--usr.sbin/daemon/daemon.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/daemon/Makefile b/usr.sbin/daemon/Makefile
index 3ca3e91ad193..0c7ff3cf5c79 100644
--- a/usr.sbin/daemon/Makefile
+++ b/usr.sbin/daemon/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/daemon/Makefile,v 1.2.12.1 2006/01/15 17:50:36 delphij Exp $
PROG= daemon
MAN= daemon.8
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8
index d7693192d475..6ddd3daa5f63 100644
--- a/usr.sbin/daemon/daemon.8
+++ b/usr.sbin/daemon/daemon.8
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/daemon/daemon.8,v 1.6.2.1 2006/01/15 17:50:36 delphij Exp $
.\"
.Dd August 30, 2001
.Dt DAEMON 8
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index 571bc3b94084..fc3ce7c87071 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/daemon/daemon.c,v 1.3.8.1 2006/01/15 17:50:36 delphij Exp $");
#include <sys/param.h>