X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=blobdiff_plain;f=ipv6%2Fndppd%2Ffiles%2Fndppd.init;fp=ipv6%2Fndppd%2Ffiles%2Fndppd.init;h=0000000000000000000000000000000000000000;hp=4cf0e8a3ad175f654f4020aa7a1b1d03ec3ec0fd;hb=ecbf08017314da9e44ce3c91149ef12d2a5e2fcf;hpb=f16dfdd11bac1fb426c541cf89aeaf0df96e4bbe diff --git a/ipv6/ndppd/files/ndppd.init b/ipv6/ndppd/files/ndppd.init deleted file mode 100644 index 4cf0e8a3a..000000000 --- a/ipv6/ndppd/files/ndppd.init +++ /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 -}