diff options
Diffstat (limited to 'usr.sbin/daemon')
| -rw-r--r-- | usr.sbin/daemon/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/daemon/daemon.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/daemon/daemon.c | 2 |
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> |
