pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/maradns Remove broken rc.d script. Fixes PR 24587....
details: https://anonhg.NetBSD.org/pkgsrc/rev/3955d0087ea0
branches: trunk
changeset: 490551:3955d0087ea0
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 14 23:41:35 2005 +0000
description:
Remove broken rc.d script. Fixes PR 24587. Bump PKGREVISION.
diffstat:
net/maradns/Makefile | 5 ++---
net/maradns/files/maradns.sh | 18 ------------------
2 files changed, 2 insertions(+), 21 deletions(-)
diffs (43 lines):
diff -r 45aeb5b16791 -r 3955d0087ea0 net/maradns/Makefile
--- a/net/maradns/Makefile Mon Mar 14 23:30:42 2005 +0000
+++ b/net/maradns/Makefile Mon Mar 14 23:41:35 2005 +0000
@@ -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 @@
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
-RCD_SCRIPTS= maradns
HAS_CONFIGURE= yes
PTHREAD_OPTS+= require
PTHREAD_AUTO_VARS= yes
diff -r 45aeb5b16791 -r 3955d0087ea0 net/maradns/files/maradns.sh
--- a/net/maradns/files/maradns.sh Mon Mar 14 23:30:42 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index