]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - support/comment_move_decl.sed
Add httpd_can_connect_ldap() interface
[people/stevee/selinux-policy.git] / support / comment_move_decl.sed
1 # comment out lines that are moved by the build
2 # process, so line numbers provided by m4 are preserved.
3
4 # lines in require and optional blocks are not moved
5 /require \{/,/} # end require/b nextline
6 /optional \{/,/} # end optional/b nextline
7
8 /^[[:blank:]]*(attribute|type(alias)?) /s/^/# this line was moved by the build process: &/
9 /^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
10 /^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
11 /^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
12 /^[[:blank:]]*bool /s/^/# this line was moved by the build process: &/
13
14 :nextline