dhcpd has also restarted at hostapd start

renamed bluez to bluetooth
This commit is contained in:
Arne Fitzenreiter
2008-08-18 11:21:21 +02:00
parent 89ae68a2e4
commit 44e8a23a32
5 changed files with 4 additions and 3 deletions

View 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

View File

@@ -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"

View File

@@ -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

View 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
;;