diff options
Diffstat (limited to 'net-scripts/net.modules.d/apipa')
-rw-r--r-- | net-scripts/net.modules.d/apipa | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-scripts/net.modules.d/apipa b/net-scripts/net.modules.d/apipa index 6be2858..4ebd469 100644 --- a/net-scripts/net.modules.d/apipa +++ b/net-scripts/net.modules.d/apipa @@ -1,8 +1,7 @@ -#!/bin/bash # Copyright (c) 2004-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 - # Contributed by Roy Marples (uberlord@gentoo.org) + # void apipa_depend(void) # # Sets up the dependancies for the module @@ -44,4 +43,4 @@ apipa_start() { return 1 } -# vim:ts=4 +# vim: set ft=sh ts=4 : |