diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/apmd | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r-- | usr.sbin/apmd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/apmd/README | 2 | ||||
-rw-r--r-- | usr.sbin/apmd/apmd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/apmd/apmd.c | 2 | ||||
-rw-r--r-- | usr.sbin/apmd/apmd.h | 2 | ||||
-rw-r--r-- | usr.sbin/apmd/apmdlex.l | 2 | ||||
-rw-r--r-- | usr.sbin/apmd/apmdparse.y | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index 98b9283..92dc1a2 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -1,5 +1,5 @@ # Makefile for apmd -# $Id: Makefile,v 1.1.3.2 1999/06/08 09:01:47 koie Exp $ +# $FreeBSD$ PROG= apmd SHSRCS= apmd.c apmdparse.y apmdlex.l diff --git a/usr.sbin/apmd/README b/usr.sbin/apmd/README index d5bf417..59a56e3 100644 --- a/usr.sbin/apmd/README +++ b/usr.sbin/apmd/README @@ -210,4 +210,4 @@ Created by: iwasaki@FreeBSD.org Edited by: jkh@FreeBSD.org nick@foobar.org -$Id: README,v 1.1.2.2 1999/06/08 09:01:47 koie Exp $ +$FreeBSD$ diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index 02675eb..37e80ab 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)apmd.8 1.1 (FreeBSD) 6/28/99 -.\" $Id: apmd.8,v 1.1.1 1999/6/08 09:01:47 koie Exp $ +.\" $FreeBSD$ .\" .Dd June 28, 1999 .Dt APMD 8 diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index c979bbb..7073dc4 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apmd.c,v 1.1.3.13 1999/06/18 04:07:05 koie Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <assert.h> diff --git a/usr.sbin/apmd/apmd.h b/usr.sbin/apmd/apmd.h index 1357675..e45b84a 100644 --- a/usr.sbin/apmd/apmd.h +++ b/usr.sbin/apmd/apmd.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apmd.h,v 1.1.3.8 1999/06/18 04:07:05 koie Exp $ + * $FreeBSD$ */ #define APMD_CONFIGFILE "/etc/apmd.conf" diff --git a/usr.sbin/apmd/apmdlex.l b/usr.sbin/apmd/apmdlex.l index 4e20c6a..34598bb 100644 --- a/usr.sbin/apmd/apmdlex.l +++ b/usr.sbin/apmd/apmdlex.l @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apmdlex.l,v 1.1.3.5 1999/06/08 09:01:47 koie Exp $ + * $FreeBSD$ */ #include <string.h> diff --git a/usr.sbin/apmd/apmdparse.y b/usr.sbin/apmd/apmdparse.y index b307f7e..ce9c9dc 100644 --- a/usr.sbin/apmd/apmdparse.y +++ b/usr.sbin/apmd/apmdparse.y @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apmdparse.y,v 1.1.3.5 1999/06/08 09:01:47 koie Exp $ + * $FreeBSD$ */ #include <stdio.h> |