diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2019-01-17 06:21:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2019-01-17 06:21:47 +0000 |
commit | 2f2410d6eae0172c0c396fce8f0b4b49cd3fe10e (patch) | |
tree | f8556ff7b0381d70ac5eea4645b16738907d52c7 | |
parent | aa589a4c6956975b70991560c2c25e7ceb2bf62c (diff) |
convert to using $OpenBSD markers
-rw-r--r-- | usr.sbin/sa/extern.h | 2 | ||||
-rw-r--r-- | usr.sbin/sa/pathnames.h | 2 | ||||
-rw-r--r-- | usr.sbin/sasyncd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/snmpctl/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h index b380b20e7ca..e7d22341adf 100644 --- a/usr.sbin/sa/extern.h +++ b/usr.sbin/sa/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.6 2019/01/17 06:21:46 tedu Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou * All rights reserved. @@ -27,7 +28,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: extern.h,v 1.5 2016/08/14 22:29:01 krw Exp $ */ #include <sys/param.h> /* MAXCOMLEN */ diff --git a/usr.sbin/sa/pathnames.h b/usr.sbin/sa/pathnames.h index d4c44ec2d37..70438f89d6f 100644 --- a/usr.sbin/sa/pathnames.h +++ b/usr.sbin/sa/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 2019/01/17 06:21:46 tedu Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou * All rights reserved. @@ -27,7 +28,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pathnames.h,v 1.1 1995/10/18 08:48:07 deraadt Exp $ */ #define _PATH_ACCT "/var/account/acct" diff --git a/usr.sbin/sasyncd/Makefile b/usr.sbin/sasyncd/Makefile index e85aaa6d59d..3cb8206defc 100644 --- a/usr.sbin/sasyncd/Makefile +++ b/usr.sbin/sasyncd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2017/07/03 22:21:47 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2019/01/17 06:21:46 tedu Exp $ PROG= sasyncd SRCS= sasyncd.c carp.c conf.y log.c monitor.c net.c net_ctl.c pfkey.c timer.c diff --git a/usr.sbin/snmpctl/Makefile b/usr.sbin/snmpctl/Makefile index 55cc688a3d0..b605aaa10c6 100644 --- a/usr.sbin/snmpctl/Makefile +++ b/usr.sbin/snmpctl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2014/04/14 12:56:21 blambert Exp $ +# $OpenBSD: Makefile,v 1.8 2019/01/17 06:21:46 tedu Exp $ .PATH: ${.CURDIR}/../snmpd |