mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Petr Vaněk
parent
35094a72d7
commit
5ad6807e20
@@ -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 $?
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user