From 7f497011aee03f141a5bd055222ca337383f43a3 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 25 Feb 2014 14:22:22 +0100 Subject: Factor out DHCP client support Support for additional DHCP clients is now easy to add. --- src/lib/connections/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/connections') diff --git a/src/lib/connections/README b/src/lib/connections/README index 6d8db9b..2dd4b7b 100644 --- a/src/lib/connections/README +++ b/src/lib/connections/README @@ -10,7 +10,7 @@ for the aviancarrier connection type will be provided by the file: Files that implement support for a connection type should NOT be executable. Such files should contain valid Bash code, among which two functions, namely _up and _down. For -the aviancarrier file this would be: +the aviancarrier file these would be: aviancarrier_up aviancarrier_down -- cgit v1.2.3-24-g4f1b