aboutsummaryrefslogblamecommitdiff
path: root/crypto/openssh/freebsd-post-merge.sh
blob: b9e4cbddc7e8c18c846bc86e7e9b61e6208d7031 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                     

           



                                                                          
#!/bin/sh
#
# $FreeBSD$
#

xargs perl -n -i -e '
	print;
	s/\$(Id|OpenBSD): [^\$]*/\$FreeBSD/ && print;
' <keywords

xargs perl -n -i -e '
	print;
	m/^\#include "includes.h"/ && print "__RCSID(\"\$FreeBSD\$\");\n";
' <rcsid