Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 9a39e3190b806f2df1e8137cc7c90f64 > files > 4

clusterit-2.4-5mdv2010.0.src.rpm

#!@@@AWK@@@ -f 
# $Id: dshbak.src,v 1.4 2001/11/15 08:47:58 garbled Exp $
# dshbak  *must have nawk or compatible*
BEGIN { FS=":" }
{
	if ($1 != LASTNODE) {
		LASTNODE = $1
		LINESEP = $1
		gsub(/./,"-",LINESEP)
		printf("-----%s\nNode %s\n-----%s\n", LINESEP, $1, LINESEP)
	}
	$1 = ""
	print substr($0, 3)
}