Hello, This file is used during {{{ make stappers }}} It modifies the default configuration for him. Reason that this works is due 'patch'. This is from manual page. patch tries to skip any leading garbage, apply the diff, and then skip any trailing garbage. Thus you could feed an article or message con‐ taining a diff listing to patch, and it should work. Cool feature is that a second {{{ make stappers }}} will undo the modifications, so a {{{svn commit}}} wouldn't see the changes. = Action = Example output == first == {{{ $ make stappers patch < PatchConfigStappers patching file Config.in }}} == second == {{{ $ make stappers patch < PatchConfigStappers patching file Config.in Reversed (or previously applied) patch detected! Assume -R? [n] y }}} Where the '''{{{y}}}''' is a manual addition. = Actual patch = [[Image(PatchConfigStappers)]] Uploaded as image, because all tabs where converted to spaces.