Remove initscript enable/disable hacks

Better configure these properly.
This commit is contained in:
Matthias Schiffer 2014-01-13 18:24:15 +01:00
parent 138bba1222
commit ebf4a7e8a2
6 changed files with 0 additions and 18 deletions

View File

@ -12,5 +12,3 @@ uci_set alfred alfred start_vis '1'
uci_set alfred alfred run_facters '0'
uci_commit alfred
/etc/init.d/alfred enable

View File

@ -1,5 +0,0 @@
#!/bin/sh
/etc/init.d/dnsmasq disable
/etc/init.d/telnet disable
/etc/init.d/uhttpd disable

View File

@ -1,4 +0,0 @@
#!/bin/sh
/etc/init.d/gluon-cron enable

View File

@ -1,3 +0,0 @@
#!/bin/sh
/etc/init.d/gluon-ebtables enable

View File

@ -31,7 +31,6 @@ define Build/Compile
endef
define Package/gluon-mesh-vpn-fastd/install
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fastd.sh $(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant/010-mesh-vpn-fastd
endef

View File

@ -1,3 +0,0 @@
#!/bin/sh
/etc/init.d/fastd enable