#!/usr/athena/bin/perl -w
use strict;

system 'fsid -c athena -c sipb -c zone >/dev/null 2>&1';
exec @ARGV;
