Drop ndppd, it moved to the openwrt-oruting feed
[packages.git] / ipv6 / ndppd / files / ndppd.init
diff --git a/ipv6/ndppd/files/ndppd.init b/ipv6/ndppd/files/ndppd.init
deleted file mode 100644 (file)
index 4cf0e8a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2007-2011 OpenWrt.org
-
-START=90
-
-SERVICE_USE_PID=1
-SERVICE_PID_FILE=/var/run/ndppd.pid
-
-start() {
-       mkdir -p /var/run
-       service_start /usr/sbin/ndppd -p $SERVICE_PID_FILE -d
-}
-
-stop() {
-       service_stop /usr/sbin/ndppd
-}