From 2ecbd480f378734a6901300dbce37effa6658027 Mon Sep 17 00:00:00 2001 From: jakob Date: Sat, 2 Jun 2007 14:09:25 +0000 Subject: [PATCH] kill unused file and add MESSAGE; noted by Markus Lude --- net/arpwatch/Makefile | 6 ++++-- net/arpwatch/files/arpwatch.sh | 4 ---- net/arpwatch/pkg/MESSAGE | 6 ++++++ 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100755 net/arpwatch/files/arpwatch.sh create mode 100644 net/arpwatch/pkg/MESSAGE diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index 79525ae5464..e9b9fc4bf0d 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.20 2006/11/22 09:40:10 jakob Exp $ +# $OpenBSD: Makefile,v 1.21 2007/06/02 14:09:25 jakob Exp $ COMMENT= "monitor arp & rarp requests" -DISTNAME= arpwatch-2.1a15 +VERSION= 2.1a15 +PKGNAME= arpwatch-$(VERSION)p0 +DISTNAME= arpwatch-$(VERSION) CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ diff --git a/net/arpwatch/files/arpwatch.sh b/net/arpwatch/files/arpwatch.sh deleted file mode 100755 index ebaf7946aac..00000000000 --- a/net/arpwatch/files/arpwatch.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' -fi diff --git a/net/arpwatch/pkg/MESSAGE b/net/arpwatch/pkg/MESSAGE new file mode 100644 index 00000000000..b06b21e4ce4 --- /dev/null +++ b/net/arpwatch/pkg/MESSAGE @@ -0,0 +1,6 @@ +To have arpwatch start at boot time, add something like this +into /etc/rc.local: + +if [ -x /usr/local/sbin/arpwatch -a -d /var/arpwatch ]; then + /usr/local/sbin/arpwatch && echo -n ' arpwatch' +fi