From 0f9a1543158f663e85cb452dca03f6031148f93b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 9 Jan 2011 03:50:15 +0100 Subject: [PATCH] connman: rework init scripts Signed-off-by: Stephan Raue --- packages/network/connman/init.d/{10_network => 21_network} | 4 ---- 1 file changed, 4 deletions(-) rename packages/network/connman/init.d/{10_network => 21_network} (99%) mode change 100755 => 100644 diff --git a/packages/network/connman/init.d/10_network b/packages/network/connman/init.d/21_network old mode 100755 new mode 100644 similarity index 99% rename from packages/network/connman/init.d/10_network rename to packages/network/connman/init.d/21_network index 6b10e61a06..4c7fc1246c --- a/packages/network/connman/init.d/10_network +++ b/packages/network/connman/init.d/21_network @@ -1,5 +1,3 @@ -#!/bin/sh - ################################################################################ # Copyright (C) 2009-2010 OpenELEC.tv # http://www.openelec.tv @@ -29,8 +27,6 @@ # WLAN: (WPA2): SSID, NAME, PASSPHRASE, tech: wifi mode: _managed_psk # WLAN: (WEP): SSID, NAME, PASSPHRASE, tect: wifi mode: _managed_wep -. /etc/profile - [ -f $HOME/.config/network.conf ] && . $HOME/.config/network.conf [ -z "$HOSTNAME" ] && HOSTNAME="openelec"