Blame refpolicy/support/comment_move_decl.sed
|
Chris PeBenito |
3abd5e |
# comment out lines that are moved by the build
|
|
Chris PeBenito |
3abd5e |
# process, so line numbers provided by m4 are preserved.
|
|
Chris PeBenito |
3abd5e |
|
|
Chris PeBenito |
3abd5e |
# lines in require blocks are not moved
|
|
Chris PeBenito |
3abd5e |
/require \{/,/} # end require/b nextline
|
|
Chris PeBenito |
3abd5e |
|
|
Chris PeBenito |
b67faf |
/^[[:blank:]]*(attribute|type(alias)?) / s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
3abd5e |
/^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
3abd5e |
/^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
3abd5e |
/^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
3abd5e |
|
|
Chris PeBenito |
3abd5e |
:nextline
|