FreeBSD Bugzilla – Attachment 99395 Details for
Bug 138461
net/isc-dhcp31-server rcNG script has syntax errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 571 bytes, created by
neil
on 2009-09-01 22:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
neil
Created:
2009-09-01 22:00:04 UTC
Size:
571 bytes
patch
obsolete
>--- isc-dhcpd.orig 2009-08-31 21:36:24.000000000 +0100 >+++ isc-dhcpd 2009-09-01 21:40:31.000000000 +0100 >@@ -706,9 +706,8 @@ > setup_flags > rc_flags_mod="$rc_flags" > # Eliminate '-q' flag if it is present >- echo $rc_flags > case "$rc_flags" in >- *-q*) rc_flags_mod=`echo "$(rc_flags)" | sed -Ee 's/(^-q | -q | -q$)'//` ;; >+ *-q*) rc_flags_mod=`echo "${rc_flags}" | sed -Ee 's/(^-q | -q | -q$)//'` ;; > esac > if ! ${command} -t -q ${rc_flags_mod}; then > err 1 "`${command} -t ${rc_flags_mod}` Configuration file sanity check failed"
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 138461
: 99395