windows-nt/Source/XPSP1/NT/ds/security/services/ca/ocmsetup/mkcsrel.sed
2020-09-26 16:20:57 +08:00

11 lines
224 B
Sed

/^$/d
s;^[ ][ ]*;;
s;[ ][ ]*$;;
/DELETE_ONLY/d
/^certsrv\.inf$/d
/CHECKED_BUILD_ONLY/{
s;^\([^ ]*\)[ ][ ]*CHECKED_BUILD_ONLY.*;\1 CHECKED_BUILD_ONLY;
}
s;^\([\.\\]*\)\([^ ][^ ]*\);copy \1\2 flat\\\2;
s;^; @;