svc-legacy-routing revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
2441N/A# The contents of this file are subject to the terms of the 2441N/A# Common Development and Distribution License (the "License"). 2441N/A# You may not use this file except in compliance with the License. 2441N/A# See the License for the specific language governing permissions 2441N/A# and limitations under the License. 2441N/A# When distributing Covered Code, include this CDDL HEADER in each 2441N/A# If applicable, add the following below this CDDL HEADER, with the 2441N/A# fields enclosed by brackets "[]" replaced with your own identifying 2441N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3817N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 2441N/A# Use is subject to license terms. 2441N/A# ident "%Z%%M% %I% %E% SMI" 2441N/A # No legacy daemon specified. 2441N/A echo "${proto}-routing-daemon not specified by routeadm." 4557N/A # No legacy stop command specified. 4557N/A echo "${proto}-routing-stop-cmd not specified by routeadm." 4557N/A # Run daemon - fail if it does not successfully daemonize. 2441N/A # Stop daemon - ignore result. 4337N/A echo "Usage: $0 { start | stop }"