diff options
Diffstat (limited to 'net-scripts/net.modules.d/essidnet')
-rw-r--r-- | net-scripts/net.modules.d/essidnet | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-scripts/net.modules.d/essidnet b/net-scripts/net.modules.d/essidnet index 3be0bc8..69e2db5 100644 --- a/net-scripts/net.modules.d/essidnet +++ b/net-scripts/net.modules.d/essidnet @@ -1,7 +1,5 @@ -#!/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) # Many thanks to all the people in the Gentoo forums for their ideas and # motivation for me to make this and keep on improving it @@ -48,4 +46,4 @@ essidnet_pre_start() { return 0 } -# vim:ts=4 +# vim: set ft=sh ts=4 : |