public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/maradns/files/
Date: Thu, 28 Apr 2016 23:44:35 +0000 (UTC)	[thread overview]
Message-ID: <1461881372.354597dde07e9de89f121f06b9ef6e2c449dc349.wizardedit@gentoo> (raw)

commit:     354597dde07e9de89f121f06b9ef6e2c449dc349
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 22:09:32 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 22:09:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354597dd

net-dns/maradns: remove unused init scripts

 net-dns/maradns/files/maradns.rc6    | 23 -----------------------
 net-dns/maradns/files/zoneserver.rc6 | 21 ---------------------
 2 files changed, 44 deletions(-)

diff --git a/net-dns/maradns/files/maradns.rc6 b/net-dns/maradns/files/maradns.rc6
deleted file mode 100644
index 32db2e4..0000000
--- a/net-dns/maradns/files/maradns.rc6
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-	need net
-	provide dns
-}
-
-start() {
-	ebegin "Starting maradns"
-	start-stop-daemon --start --quiet --name maradns \
-		--exec /usr/bin/duende /usr/sbin/maradns
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping maradns"
-	start-stop-daemon --stop --quiet --name maradns \
-		--exec /usr/sbin/duende
-	eend $?
-}

diff --git a/net-dns/maradns/files/zoneserver.rc6 b/net-dns/maradns/files/zoneserver.rc6
deleted file mode 100644
index 9d175a6..0000000
--- a/net-dns/maradns/files/zoneserver.rc6
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-	need net
-}
-
-start() {
-	ebegin "Starting zoneserver"
-	start-stop-daemon --start --quiet --name zoneserver \
-		--exec /usr/bin/duende /usr/sbin/zoneserver
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping zoneserver"
-	start-stop-daemon --stop --quiet --name zoneserver
-	eend $?
-}


             reply	other threads:[~2016-04-28 23:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 23:44 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-03 23:22 [gentoo-commits] repo/gentoo:master commit in: net-dns/maradns/files/ Aaron Bauman
2022-09-09  6:20 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461881372.354597dde07e9de89f121f06b9ef6e2c449dc349.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox