0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 0N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 0N/A# Use is subject to license terms. 0N/A# Build scfdot, invoke it to generate a graph description, and run dot to 0N/A# render it to PostScript. The resulting file will be <hostname>.ps . 0N/A# How to invoke dot on this system. 0N/A# Options to pass to scfdot. This limits the graph to 300" by 42", includes 0N/A# legend.ps as the legend (built below), and consolidates inetd services into 0N/A# a single node. See the comment at the top of scfdot.c for other options. 0N/A# Margin, in inches, to include above and below the legend. 0N/A# Options to pass to dot when rendering the graph. Consider increasing 0N/A# mclimit, which dictates how long dot spends optimizing node placement. It 0N/A# defaults to 1.0; 100 should produce good output, but it may take a long 0N/A#DOTOPTS = -Gmclimit=100 0N/A @
# Redirect to /tmp so if the command fails, $@ won't be updated 0N/A @
# Setpage tells the plotter how big the page is