FreeBSD Bugzilla – Attachment 78760 Details for
Bug 113235
[patch] dns/maradns problem with startup during boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.16 KB, created by
Šimun Mikecin
on 2007-06-01 21:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Šimun Mikecin
Created:
2007-06-01 21:30:11 UTC
Size:
2.16 KB
patch
obsolete
>diff -urN maradns.old/Makefile maradns/Makefile >--- maradns.old/Makefile Sat May 26 00:11:42 2007 >+++ maradns/Makefile Fri Jun 1 21:52:50 2007 >@@ -7,6 +7,7 @@ > > PORTNAME= maradns > PORTVERSION= 1.2.12.06 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= http://www.maradns.org/download/1.2/${PORTVERSION}/ \ > http://kapranoff.ru/~kappa/files/ >@@ -57,9 +58,8 @@ > ${MKDIR} ${PREFIX}/etc/maradns > ${INSTALL_DATA} ${WRKSRC}/doc/en/examples/example_csv2 \ > ${PREFIX}/etc/maradns/example_csv2 >- @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ >- '-e s!%%SERVICE%%!maradns!g' \ >- ${FILESDIR}/rc_d.sh > ${PREFIX}/etc/rc.d/maradns.sh >+ ${MKDIR} ${PREFIX}/etc/maradns/logger >+ ${INSTALL_SCRIPT} ${FILESDIR}/maradns.sh ${PREFIX}/etc/rc.d > @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ > '-e s!%%SERVICE%%!zoneserver!g' \ > ${FILESDIR}/rc_d.sh > ${PREFIX}/etc/rc.d/zoneserver.sh >diff -urN maradns.old/files/maradns.sh maradns/files/maradns.sh >--- maradns.old/files/maradns.sh Thu Jan 1 01:00:00 1970 >+++ maradns/files/maradns.sh Fri Jun 1 21:19:25 2007 >@@ -0,0 +1,37 @@ >+#!/bin/sh >+# >+# $FreeBSD: ports/dns/maradns/files/rc_d.sh,v 1.3 2006/02/20 20:46:57 dougb Exp $ >+# >+ >+# PROVIDE: maradns >+# REQUIRE: SERVERS >+# BEFORE: DAEMON >+# KEYWORD: shutdown >+# >+# NOTE for FreeBSD 5.0+: >+# If you want this script to start with the base rc scripts >+# move maradns.sh to /etc/rc.d/maradns >+ >+prefix=/usr/local >+ >+# Define these maradns_* variables in one of these files: >+# /etc/rc.conf >+# /etc/rc.conf.local >+# /etc/rc.conf.d/maradns >+# >+# DO NOT CHANGE THESE DEFAULT VALUES HERE >+# >+maradns_enable=${maradns_enable-"NO"} >+# maradns_flags can be something like "-f /path/alternate_rc" >+ >+. /etc/rc.subr >+ >+name="maradns" >+rcvar=`set_rcvar` >+command="${prefix}/bin/duende" >+ >+load_rc_config $name >+ >+flags="${prefix}/sbin/${name} ${maradns_flags}" >+ >+run_rc_command "$1" >diff -urN maradns.old/pkg-plist maradns/pkg-plist >--- maradns.old/pkg-plist Thu Dec 14 14:45:02 2006 >+++ maradns/pkg-plist Fri Jun 1 21:51:52 2007 >@@ -7,6 +7,7 @@ > etc/rc.d/maradns.sh > etc/rc.d/zoneserver.sh > etc/maradns/example_csv2 >+@dirrmtry etc/maradns/logger > @dirrmtry etc/maradns > sbin/maradns > sbin/zoneserver
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 113235
: 78760 |
78761