]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
dhcpd has also restarted at hostapd start
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 18 Aug 2008 09:21:21 +0000 (11:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 18 Aug 2008 09:21:21 +0000 (11:21 +0200)
renamed bluez to bluetooth

config/backup/includes/bluetooth [moved from config/backup/includes/bluez with 100% similarity]
config/rootfiles/packages/bluetooth [moved from config/rootfiles/packages/bluez with 98% similarity]
lfs/bluetooth [moved from lfs/bluez with 99% similarity]
make.sh
src/initscripts/init.d/hostapd

similarity index 98%
rename from config/rootfiles/packages/bluez
rename to config/rootfiles/packages/bluetooth
index 7cc1e4f0a47857b96e2cc77a9bd2c14da11bbc6f..1e05f920102ec5df802b653c172e8323b7054ad7 100644 (file)
@@ -1,7 +1,7 @@
 srv/web/ipfire/cgi-bin/bluetooth.cgi
 var/ipfire/menu.d/EX-bluetooth.menu
 var/ipfire/bluetooth/settings
-var/ipfire/backup/addons/includes/bluez
+var/ipfire/backup/addons/includes/bluetooth
 etc/rc.d/init.d/bluetooth
 etc/rc.d/rc3.d/S16bluetooth
 etc/rc.d/rc0.d/K84bluetooth
similarity index 99%
rename from lfs/bluez
rename to lfs/bluetooth
index 93ffc5a08ad8288144d2c8aa59aab40c901683c5..e5df30d1f6628f2495e866a3e320b9b5f5fa342f 100644 (file)
--- a/lfs/bluez
@@ -31,7 +31,7 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = bluez
+PROG       = bluetooth
 PAK_VER    = 1
 
 DEPS       = "dbus glib"
diff --git a/make.sh b/make.sh
index d5dc327228eb3f644b0a08b7affe4ec71d909cdb..4ecf3df42cf6c64d5f4c7cebc31e99c049eef4c8 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -589,7 +589,7 @@ buildipfire() {
   ipfiremake tftp-hpa
   ipfiremake cpufrequtils
   ipfiremake dbus
-  ipfiremake bluez
+  ipfiremake bluetooth
   ipfiremake gutenprint
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
index f93ae8ef2ec246ebe09f99a90e9909fff0ae0a4c..e6149adcb458406af731fd25a092650b6dc5a8a2 100644 (file)
@@ -35,6 +35,7 @@ case "${1}" in
                # Bring blue up (but not at boot)
                if [ "$(basename $0)" == "hostapd" ]; then
                    /etc/rc.d/init.d/networking/blue start
+                   /etc/rc.d/init.d/dhcp restart
                fi
                 ;;