diff options
author | Juan RP <xtraeme@gmail.com> | 2014-10-13 11:52:46 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-10-13 11:52:46 +0200 |
commit | a9579af65233f03013a51c37a063c72bf2b63102 (patch) | |
tree | a06650ee46b72cf5a952c6d95a54979dcbea7c44 /services | |
parent | a155e8c2ac38a036764873bf443f71fe36cf043a (diff) | |
download | runit-void-a9579af65233f03013a51c37a063c72bf2b63102.tar.gz runit-void-a9579af65233f03013a51c37a063c72bf2b63102.tar.xz runit-void-a9579af65233f03013a51c37a063c72bf2b63102.zip |
services: dhcpcd-* services have been moved.
Diffstat (limited to 'services')
-rwxr-xr-x | services/dhcpcd-eth0/run | 2 | ||||
l--------- | services/dhcpcd-eth0/supervise | 1 | ||||
-rwxr-xr-x | services/dhcpcd/run | 2 | ||||
l--------- | services/dhcpcd/supervise | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/services/dhcpcd-eth0/run b/services/dhcpcd-eth0/run deleted file mode 100755 index 159bdbc..0000000 --- a/services/dhcpcd-eth0/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec dhcpcd -B eth0 diff --git a/services/dhcpcd-eth0/supervise b/services/dhcpcd-eth0/supervise deleted file mode 120000 index 9a087b7..0000000 --- a/services/dhcpcd-eth0/supervise +++ /dev/null @@ -1 +0,0 @@ -/run/runit/supervise.dhcpd-eth0 \ No newline at end of file diff --git a/services/dhcpcd/run b/services/dhcpcd/run deleted file mode 100755 index 898354d..0000000 --- a/services/dhcpcd/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec dhcpcd -B diff --git a/services/dhcpcd/supervise b/services/dhcpcd/supervise deleted file mode 120000 index 4fe4a00..0000000 --- a/services/dhcpcd/supervise +++ /dev/null @@ -1 +0,0 @@ -/run/runit/supervise.dhcpcd \ No newline at end of file |