#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
require 5.005;
use strict;
use locale;
use Errno;
use Fcntl;
#
# Print a usage message and exit.
#
sub usage
{
my (@msg) = @_;
exit(2);
}
#
# Print a list of error messages and exit.
#
sub error
{
foreach my $err (@_) {
}
exit($exit);
}
#
# Main routine of script.
#
# Set the message locale.
#
# Process command options and do some initial command-line validity checking.
my $opt_f;
my $projfile;
my $tmpprojf;
if (defined($opt_f)) {
} else {
$projfile = &PROJF_PATH;
}
# Fabricate an unique temporary filename.
my $pfh;
# Read the project file. sysopen() is used so we can control the file mode.
}
my $flags = {};
if ($ret != 0) {
}
close($pfh);
# Search for the project & remove it.
my $del = 0;
if ($del == 0);
# Write out the project file.
umask(0000);
close($pfh);
unlink($tmpprojf);
$tmpprojf, $!]);
}
unlink($tmpprojf);
}
exit(0);