]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/conf/makeLINT.sed
Fix sendmail improper close-on-exec flag handling. [SA-14:11]
[FreeBSD/releng/10.0.git] / sys / conf / makeLINT.sed
1 #!/usr/bin/sed -E -n -f
2 # $FreeBSD$
3
4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
5     s/[[:space:]]*#.*$//
6     p
7 }