summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-14 23:41:35 +0000
committerwiz <wiz@pkgsrc.org>2005-03-14 23:41:35 +0000
commit3f03ff57508600e63c9ff7ac4046202ca0eb351f (patch)
tree7d53314b6e94b74794e07fbc2f96c09d26ee4acc /net
parentb292ce4e376a01f92e7aac3b195811e1f8eb094c (diff)
downloadpkgsrc-3f03ff57508600e63c9ff7ac4046202ca0eb351f.tar.gz
Remove broken rc.d script. Fixes PR 24587. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/maradns/Makefile5
-rw-r--r--net/maradns/files/maradns.sh18
2 files changed, 2 insertions, 21 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile
index db509e66b61..6c2b678a1bc 100644
--- a/net/maradns/Makefile
+++ b/net/maradns/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/12/28 02:47:47 reed Exp $
+# $NetBSD: Makefile,v 1.12 2005/03/14 23:41:35 wiz Exp $
DISTNAME= maradns-1.0.18
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.maradns.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -12,7 +12,6 @@ COMMENT= Secure DNS server for *NIX systems
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
-RCD_SCRIPTS= maradns
HAS_CONFIGURE= yes
PTHREAD_OPTS+= require
PTHREAD_AUTO_VARS= yes
diff --git a/net/maradns/files/maradns.sh b/net/maradns/files/maradns.sh
deleted file mode 100644
index 93d8765b854..00000000000
--- a/net/maradns/files/maradns.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: maradns.sh,v 1.2 2003/09/27 02:29:18 xtraeme Exp $
-#
-
-# PROVIDE: maradns
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="maradns"
-rcvar=$name
-command="@PREFIX@/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="@PKG_SYSCONFDIR@/mararc"
-
-load_rc_config $name
-run_rc_command "$1"