kill unused file and add MESSAGE; noted by Markus Lude

This commit is contained in:
jakob 2007-06-02 14:09:25 +00:00
parent f10eb23d0b
commit 2ecbd480f3
3 changed files with 10 additions and 6 deletions

View File

@ -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/

View File

@ -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

6
net/arpwatch/pkg/MESSAGE Normal file
View File

@ -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