#!/usr/bin/perl
# $Id: nntp-merge-tcpd,v 1.3 2000/05/01 15:34:47 ian Exp $
$tcpd= '/usr/sbin/tcpd';
exec($tcpd "/usr/sbin/nntp-merge");
die $!;
