FreeBSD Bugzilla – Attachment 13098 Details for
Bug 25049
named.restart does not use named_flags from rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 559 bytes, created by
richard
on 2001-02-13 02:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
richard
Created:
2001-02-13 02:10:01 UTC
Size:
559 bytes
patch
obsolete
>--- src/usr.sbin/named.restart/named.restart.sh.orig Mon Feb 12 17:59:01 2001 >+++ src/usr.sbin/named.restart/named.restart.sh Mon Feb 12 18:00:33 2001 >@@ -4,4 +4,12 @@ > # $FreeBSD: src/usr.sbin/named.restart/named.restart.sh,v 1.1.2.1 1999/08/29 15:44:26 peter Exp $ > # > >-exec %DESTSBIN%/%INDOT%ndc restart >+# If there is a global system configuration file, suck it in. >+# >+if [ -f /etc/defaults/rc.conf ]; then >+ . /etc/defaults/rc.conf >+elif [ -f /etc/rc.conf ]; then >+ . /etc/rc.conf >+fi >+ >+exec %DESTSBIN%/%INDOT%ndc restart ${named_flags}
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 25049
: 13098