Actions
Bug #689
closedArpwatch generate incorrect startup script
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/23/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.0
Affected Plus Version:
Affected Architecture:
Description
2.0-BETA3 built on Tue Jun 22 15:02:53 EDT 2010 FreeBSD 8.1-RC1
I have installed a package arpwatch and have specified interface LAN in options. But it was not started.
In a start script the interface is not specified:
# cat /usr/local/etc/rc.d/arpwatch.sh
#!/bin/sh
# This file was automatically generated
# by the service handler.
rc_start() {
/usr/local/sbin/arpwatch -d -i > /var/log/arpwatch.reports 2>&1 &
}
Actions