net-nds/ypserv: remove unused initscript
authorAustin English <wizardedit@gentoo.org>
Tue, 3 May 2016 00:00:26 +0000 (19:00 -0500)
committerAustin English <wizardedit@gentoo.org>
Tue, 3 May 2016 00:00:46 +0000 (19:00 -0500)
net-nds/ypserv/files/rpc.ypxfrd [deleted file]

diff --git a/net-nds/ypserv/files/rpc.ypxfrd b/net-nds/ypserv/files/rpc.ypxfrd
deleted file mode 100644 (file)
index 573b010..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-       need net portmap ypserv
-}
-
-start() {
-       ebegin "Starting rpc.ypxfrd"
-       YOPTS=""
-       if [ -n "${YPXFRD_OPTS}" ]; then YOPTS="-- ${YPXFRD_OPTS}"; fi
-       start-stop-daemon --start --quiet --exec /usr/sbin/rpc.ypxfrd ${YOPTS}
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping rpc.ypxfrd"
-       start-stop-daemon --stop --quiet --exec /usr/sbin/rpc.ypxfrd
-       eend $?
-}