Kill luci-addons package
authorSteven Barth <redacted>
Tue, 23 Sep 2008 13:15:50 +0000 (13:15 +0000)
committerSteven Barth <redacted>
Tue, 23 Sep 2008 13:15:50 +0000 (13:15 +0000)
applications/luci-splash/root/etc/init.d/luci_splash
contrib/package/luci-addons/Makefile [deleted file]
contrib/package/luci-addons/dist/etc/crontabs/root [deleted file]
contrib/package/luci-addons/dist/usr/bin/run-parts [deleted file]
contrib/package/luci/Makefile
modules/admin-core/root/etc/config/luci_ethers [moved from contrib/package/luci-addons/dist/etc/config/luci_ethers with 100% similarity]
modules/admin-core/root/etc/config/luci_hosts [moved from contrib/package/luci-addons/dist/etc/config/luci_hosts with 100% similarity]
modules/admin-core/root/etc/init.d/luci_ethers [moved from contrib/package/luci-addons/dist/etc/init.d/luci_ethers with 100% similarity, mode: 0755]
modules/admin-core/root/etc/init.d/luci_fixtime [moved from contrib/package/luci-addons/dist/etc/init.d/luci_fixtime with 100% similarity, mode: 0755]
modules/admin-core/root/etc/init.d/luci_hosts [moved from contrib/package/luci-addons/dist/etc/init.d/luci_hosts with 100% similarity, mode: 0755]
modules/admin-core/root/sbin/luci-flash [moved from contrib/package/luci-addons/dist/sbin/luci-flash with 100% similarity]

index 4761692b36780ac1af4be33c029d783716a80e40..85ea8ecaafc98fce8380b11d964d762cc164d504 100755 (executable)
@@ -61,6 +61,11 @@ start() {
        iptables -t nat -A luci_splash_leases -p tcp --dport 80 -j REDIRECT --to-ports 8082
        iptables -t nat -A luci_splash_leases -j DROP
        
+       ### Add crontab entry
+       grep luci-splash /var/spool/cron/crontabs/root >/dev/null 2>&1 || {
+               echo '*/5 * * * *       /usr/sbin/luci-splash sync' >> /var/spool/cron/crontabs/root
+       }
+
        ### Start the splash httpd
        start-stop-daemon -S -b -q -x /usr/bin/luci-splashd
 }
@@ -75,5 +80,8 @@ stop() {
        iptables -t nat -X luci_splash_leases
        iptables -t nat -X luci_splash_portal
        iptables -t nat -X luci_splash
+
+       ### Stop the splash httpd
+       start-stop-daemon -K -q -x /usr/bin/luci-splashd
 }
 
diff --git a/contrib/package/luci-addons/Makefile b/contrib/package/luci-addons/Makefile
deleted file mode 100644 (file)
index 294e77d..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=luci-addons
-PKG_VERSION:=0.3
-PKG_RELEASE:=1
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(INCLUDE_DIR)/package.mk
-
-
-define Build/Compile
-endef
-
-
-define Package/luci-addons
-  SECTION:=utils
-  CATEGORY:=Utilities
-  TITLE:=LuCI System Addons for Kamikaze
-  URL:=http://luci.freifunk-halle.net
-endef
-
-define Package/luci-addons/conffiles
-/etc/config/luci_hosts
-/etc/config/luci_ethers
-endef
-
-define Package/luci-addons/install
-       $(INSTALL_DIR) $(1)/usr/bin
-       $(INSTALL_DIR) $(1)/sbin
-       $(INSTALL_DIR) $(1)/etc/crontabs
-       $(INSTALL_DIR) $(1)/etc/init.d
-       $(INSTALL_DIR) $(1)/etc/config
-
-       $(INSTALL_BIN) ./dist/usr/bin/run-parts $(1)/usr/bin
-       $(INSTALL_BIN) ./dist/sbin/luci-flash $(1)/sbin
-       $(INSTALL_BIN) ./dist/etc/init.d/luci_fixtime $(1)/etc/init.d
-       $(INSTALL_BIN) ./dist/etc/init.d/luci_ethers $(1)/etc/init.d
-       $(INSTALL_BIN) ./dist/etc/init.d/luci_hosts $(1)/etc/init.d
-
-       $(INSTALL_CONF) ./dist/etc/config/luci_ethers $(1)/etc/config
-       $(INSTALL_CONF) ./dist/etc/config/luci_hosts $(1)/etc/config
-
-       $(CP) ./dist/etc/crontabs/root $(1)/etc/crontabs/root
-endef
-
-$(eval $(call BuildPackage,luci-addons))
diff --git a/contrib/package/luci-addons/dist/etc/crontabs/root b/contrib/package/luci-addons/dist/etc/crontabs/root
deleted file mode 100644 (file)
index 1169c5c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-* * * * *  /usr/bin/run-parts /etc/cron.minutely
-17 * * * *       /usr/bin/run-parts /etc/cron.hourly
-25 6 * * *       /usr/bin/run-parts /etc/cron.daily
diff --git a/contrib/package/luci-addons/dist/usr/bin/run-parts b/contrib/package/luci-addons/dist/usr/bin/run-parts
deleted file mode 100755 (executable)
index 0f0cbbd..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set +e
-
-if [ $# -lt 1 ]; then
-        echo "Usage: run-parts <dir>"
-        exit 1
-fi
-
-if [ ! -d $1 ]; then
-        echo "Not a directory: $1"
-        exit 1
-fi
-
-for i in $1/*; do
-       [ -x $i ] && $i
-done
-       
-exit 0
\ No newline at end of file
index 2a67b33dd7a155672cf3402724526d529a72180f..1e87596e8e2cdedd0ccee5116dce7f9df8c0ea2c 100644 (file)
@@ -209,7 +209,7 @@ endef
 
 define Package/luci-web
   $(call Package/luci/libtemplate)
-  DEPENDS+=+luci-http +luci-sys +luci-addons +luci-uci +luci-sgi-cgi
+  DEPENDS+=+luci-http +luci-sys +luci-uci +luci-sgi-cgi
   TITLE:=MVC Webframework
 endef
 
git clone https://git.99rst.org/PROJECT