FreeBSD Bugzilla – Attachment 126983 Details for
Bug 170761
[PATCH] textproc/augeas: fix for sysctl.aug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
augeas-0.10.0_4.patch
augeas-0.10.0_4.patch (text/plain), 721 bytes, created by
Dave Duchscher
on 2012-08-19 02:30:09 UTC
(
hide
)
Description:
augeas-0.10.0_4.patch
Filename:
MIME Type:
Creator:
Dave Duchscher
Created:
2012-08-19 02:30:09 UTC
Size:
721 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/augeas/files/patch-lenses__sysctl.aug ./files/patch-lenses__sysctl.aug >--- /usr/ports/textproc/augeas/files/patch-lenses__sysctl.aug 1970-01-01 00:00:00.000000000 +0000 >+++ ./files/patch-lenses__sysctl.aug 2012-08-19 01:12:42.000000000 +0000 >@@ -0,0 +1,11 @@ >+--- lenses/sysctl.aug.orig 2012-08-19 01:11:41.000000000 +0000 >++++ lenses/sysctl.aug 2012-08-19 01:11:57.000000000 +0000 >+@@ -6,7 +6,7 @@ >+ let eol = Util.eol >+ let indent = Util.indent >+ let key_re = /[A-Za-z0-9_.-]+/ >+- let eq = del /[ \t]*=[ \t]*/ " = " >++ let eq = del /[ \t]*=[ \t]*/ "=" >+ let value_re = /[^ \t\n](.*[^ \t\n])?/ >+ >+ let comment = [ indent . label "#comment" . del /[#;][ \t]*/ "# "
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 170761
: 126983
Working