aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dhcp-probe/dhcp-probe.confd
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2012-08-24 16:16:20 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2012-08-24 16:16:20 +0000
commitb1a6eabbae6254aa301adc64bc367ab333a5f073 (patch)
tree62f59dbf3fac731b1a7a22eb2685e37a0689c20a /testing/dhcp-probe/dhcp-probe.confd
parent0dee35fcb6a50b1e519b8926db2975251604498d (diff)
downloadaports-b1a6eabbae6254aa301adc64bc367ab333a5f073.tar.bz2
aports-b1a6eabbae6254aa301adc64bc367ab333a5f073.tar.xz
testing/dhcp-probe: added initd and confd files
Diffstat (limited to 'testing/dhcp-probe/dhcp-probe.confd')
-rw-r--r--testing/dhcp-probe/dhcp-probe.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/dhcp-probe/dhcp-probe.confd b/testing/dhcp-probe/dhcp-probe.confd
new file mode 100644
index 0000000000..0dee6058cd
--- /dev/null
+++ b/testing/dhcp-probe/dhcp-probe.confd
@@ -0,0 +1,14 @@
+#-d debuglevel enable debugging at specified level
+#-f don't fork (only use for debugging)
+#-l log_file log to file instead of syslog
+#-o capture_file enable capturing of unexpected answers
+#-p pid_file override default pid file [/var/run/dhcp_probe.pid]
+#-Q vlan_id tag outgoing frames with an 802.1Q VLAN ID
+#-s capture_bufsize override default capture bufsize [30280]
+#-T enable the socket receive timeout feature
+#-w cwd override default working directory [/]
+
+INTERFACE=eth0
+CONFIGFILE="/etc/dhcp-probe/dhcp_probe.cf"
+PID="/var/run/dhcp_probe.pid"
+PARAMS="-c $CONFIGFILE -p $PID $INTERFACE"