From 44e8a23a32634a4ae07cd321d60c5de31e5183ef Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 18 Aug 2008 11:21:21 +0200 Subject: [PATCH] dhcpd has also restarted at hostapd start renamed bluez to bluetooth --- config/backup/includes/{bluez => bluetooth} | 0 config/rootfiles/packages/{bluez => bluetooth} | 2 +- lfs/{bluez => bluetooth} | 2 +- make.sh | 2 +- src/initscripts/init.d/hostapd | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) rename config/backup/includes/{bluez => bluetooth} (100%) rename config/rootfiles/packages/{bluez => bluetooth} (98%) rename lfs/{bluez => bluetooth} (99%) diff --git a/config/backup/includes/bluez b/config/backup/includes/bluetooth similarity index 100% rename from config/backup/includes/bluez rename to config/backup/includes/bluetooth diff --git a/config/rootfiles/packages/bluez b/config/rootfiles/packages/bluetooth similarity index 98% rename from config/rootfiles/packages/bluez rename to config/rootfiles/packages/bluetooth index 7cc1e4f0a4..1e05f92010 100644 --- a/config/rootfiles/packages/bluez +++ b/config/rootfiles/packages/bluetooth @@ -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 diff --git a/lfs/bluez b/lfs/bluetooth similarity index 99% rename from lfs/bluez rename to lfs/bluetooth index 93ffc5a08a..e5df30d1f6 100644 --- a/lfs/bluez +++ b/lfs/bluetooth @@ -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 d5dc327228..4ecf3df42c 100755 --- 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 diff --git a/src/initscripts/init.d/hostapd b/src/initscripts/init.d/hostapd index f93ae8ef2e..e6149adcb4 100644 --- a/src/initscripts/init.d/hostapd +++ b/src/initscripts/init.d/hostapd @@ -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 ;; -- 2.39.2