diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 19:09:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 19:09:20 +0000 |
commit | a195a60ff82e95c6dffd973da074af6de6ea5443 (patch) | |
tree | 8f26284c6988cc132041f8c4fbed7e8ac8abd565 /app-admin/quickswitch | |
parent | move to stable #41454 (diff) | |
download | historical-a195a60ff82e95c6dffd973da074af6de6ea5443.tar.gz historical-a195a60ff82e95c6dffd973da074af6de6ea5443.tar.bz2 historical-a195a60ff82e95c6dffd973da074af6de6ea5443.zip |
update license
Diffstat (limited to 'app-admin/quickswitch')
-rw-r--r-- | app-admin/quickswitch/files/net.eth0-switchto.rc6 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/quickswitch/files/net.eth0-switchto.rc6 b/app-admin/quickswitch/files/net.eth0-switchto.rc6 index 4ea968a2c923..a275256ee7ff 100644 --- a/app-admin/quickswitch/files/net.eth0-switchto.rc6 +++ b/app-admin/quickswitch/files/net.eth0-switchto.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/files/net.eth0-switchto.rc6,v 1.3 2003/02/14 22:34:44 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/files/net.eth0-switchto.rc6,v 1.4 2004/02/13 19:08:08 vapier Exp $ checkconfig() { if [ ! -e /etc/quickswitch/switch.conf ]; then @@ -19,5 +19,5 @@ start() { } end() { - echo > /dev/null 2>&1 + true } |