1 |
diff -Nur smeserver-arpwatch-0.2.bz8429.old/root/etc/e-smith/templates/etc/sysconfig/arpwatch/ALL smeserver-arpwatch-0.2.bz8429.new/root/etc/e-smith/templates/etc/sysconfig/arpwatch/ALL |
2 |
--- smeserver-arpwatch-0.2.bz8429.old/root/etc/e-smith/templates/etc/sysconfig/arpwatch/ALL 2015-09-07 21:36:32.267108089 +0200 |
3 |
+++ smeserver-arpwatch-0.2.bz8429.new/root/etc/e-smith/templates/etc/sysconfig/arpwatch/ALL 2015-09-07 21:37:06.639615390 +0200 |
4 |
@@ -2,6 +2,6 @@ |
5 |
# -e <email> : the <email> where to send the reports |
6 |
# -s <from> : the <from>-address |
7 |
{ |
8 |
-$OUT .= "OPTIONS=\"-i ${'InternalInterface'}{'Name'} -f /var/lib/arpwatch/arp.dat -u pcap -e root -s 'Arpwatch@${'DomainName'}'\"\n"; |
9 |
+$OUT .= "OPTIONS=\"-i ${'InternalInterface'}{'Name'} -f /var/lib/arpwatch/arp.dat -u arpwatch -e root -s 'Arpwatch@${'DomainName'}'\"\n"; |
10 |
} |
11 |
|