summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-scripts/net.modules.d/pump')
-rw-r--r--net-scripts/net.modules.d/pump12
1 files changed, 8 insertions, 4 deletions
diff --git a/net-scripts/net.modules.d/pump b/net-scripts/net.modules.d/pump
index f50a695..a2dacfc 100644
--- a/net-scripts/net.modules.d/pump
+++ b/net-scripts/net.modules.d/pump
@@ -1,7 +1,5 @@
-#!/bin/bash
-# Copyright (c) 2004-2005 Gentoo Foundation
+# Copyright (c) 2004-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-
# Contributed by Roy Marples (uberlord@gentoo.org)
# Fix any potential localisation problems
@@ -17,6 +15,12 @@ pump_depend() {
after interface
provide dhcp
functions interface_exists interface_get_address
+}
+
+# void pump_expose(void)
+#
+# Expose variables that can be configured
+pump_expose() {
variables pump dhcp
}
@@ -98,4 +102,4 @@ pump_start() {
return 0
}
-# vim:ts=4
+# vim: set ft=sh ts=4 :