net-misc/ndisc6: remove unused files

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2024-03-04 19:25:33 +01:00
committed by Petr Vaněk
parent 35094a72d7
commit 5ad6807e20
2 changed files with 0 additions and 31 deletions

View File

@@ -1,24 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
depend() {
need localmount
before net
use logger
}
start() {
ebegin "Starting rdnssd"
start-stop-daemon --start --quiet --exec /usr/sbin/rdnssd -- ${RDNSSD_OPTS}
eend $?
}
stop() {
ebegin "Stopping rdnssd"
start-stop-daemon --stop --quiet --pidfile /var/lib/run/rdnssd.pid
if [ -x /sbin/resolvconf ]; then
/sbin/resolvconf -f -d rdnssd || true
fi
eend $?
}

View File

@@ -1,7 +0,0 @@
#!/bin/sh
if [ -x /sbin/resolvconf ]; then
exec /sbin/resolvconf -a rdnssd </var/lib/run/rdnssd/resolv.conf
else
exec "`dirname "$0"`"/merge-hook
fi