From 03a63708450b24f7cf7379a7d9c07e2a1d5443d0 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 9 Jul 2013 10:54:57 +0000 Subject: main/arpwatch: change maintainer, added subpackage for ethercodes, added script shipped with the package --- main/arpwatch/22_alpine_bihourly_script.patch | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 main/arpwatch/22_alpine_bihourly_script.patch (limited to 'main/arpwatch/22_alpine_bihourly_script.patch') diff --git a/main/arpwatch/22_alpine_bihourly_script.patch b/main/arpwatch/22_alpine_bihourly_script.patch new file mode 100644 index 0000000000..729c2abd14 --- /dev/null +++ b/main/arpwatch/22_alpine_bihourly_script.patch @@ -0,0 +1,41 @@ +diff --git a/bihourly.sh b/bihourly.sh +index 33e54db..810bf80 100755 +--- a/bihourly.sh ++++ b/bihourly.sh +@@ -3,11 +3,14 @@ + # + # bihourly arpwatch job + # +-PATH=${PATH}:/usr/local/sbin +-export PATH +-# +-cd /usr/operator/arpwatch + # ++ ++. /etc/conf.d/arpwatch ++ ++ARPWATCH_REPORT_EMAIL= ++ ++cd /usr/share/arpwatch ++ + list="`cat list`" + cname="`cat cname`" + temp1=$(mktemp) +@@ -26,7 +29,7 @@ touch ${l} + + alist="" + for r in ${list}; do \ +- ./arpfetch ${r} ${cname} > ${r} 2> ${temp1} ++ arpfetch ${r} ${cname} > ${r} 2> ${temp1} + if [ -s ${temp1} ]; then + echo "arpfetch ${r} errors:" + xr=${d}/${r}.$$ +@@ -44,7 +47,7 @@ arpsnmp -d ${alist} > ${temp1} 2>&1 + sed -e '/arpsnmp: suppressed DECnet flip flop/d' ${temp1} > ${temp2} + if [ -s ${temp2} ]; then + mail -s "`hostname` arpwatch report" \ +- arpwatch-reports@noname.lbl.gov < ${temp2} ++ $ARPWATCH_REPORT_EMAIL < ${temp2} + fi + rm -f ${temp1} ${temp2} + -- cgit v1.2.3