~jamesmikedupont/+junk/wikiatransfer

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#DumpBZip2Output
package DumpBZip2Output; 


sub  DumpBZip2Output	#( $file ) 
{
    parent::DumpPipeOutput( "bzip2", $file );
}
#}

# /**
#  * Sends dump output via the p7zip compressor.
#  * @ingroup Dump
#  */
sub test
{
}
1;