diff options
Diffstat (limited to 'busybox/dhclient-srv')
| -rw-r--r-- | busybox/dhclient-srv/dependencies | 1 | ||||
| -rw-r--r-- | busybox/dhclient-srv/producer-for | 1 | ||||
| -rw-r--r-- | busybox/dhclient-srv/run | 4 | ||||
| -rw-r--r-- | busybox/dhclient-srv/type | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/busybox/dhclient-srv/dependencies b/busybox/dhclient-srv/dependencies new file mode 100644 index 0000000..ecd88ae --- /dev/null +++ b/busybox/dhclient-srv/dependencies @@ -0,0 +1 @@ +hostname diff --git a/busybox/dhclient-srv/producer-for b/busybox/dhclient-srv/producer-for new file mode 100644 index 0000000..a31a7b2 --- /dev/null +++ b/busybox/dhclient-srv/producer-for @@ -0,0 +1 @@ +dhclient-log diff --git a/busybox/dhclient-srv/run b/busybox/dhclient-srv/run new file mode 100644 index 0000000..69e0f42 --- /dev/null +++ b/busybox/dhclient-srv/run @@ -0,0 +1,4 @@ +#!/bin/execlineb -P + +fdmove -c 2 1 +dhclient -d diff --git a/busybox/dhclient-srv/type b/busybox/dhclient-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/busybox/dhclient-srv/type @@ -0,0 +1 @@ +longrun |
