Merge ^/head r312720 through r312893.
[freebsd.git] / crypto / openssh / freebsd-post-merge.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 xargs perl -n -i -e '
7         print;
8         s/\$(Id|OpenBSD): [^\$]*/\$FreeBSD/ && print;
9 ' <keywords
10
11 xargs perl -n -i -e '
12         print;
13         m/^\#include "includes.h"/ && print "__RCSID(\"\$FreeBSD\$\");\n";
14 ' <rcsid