Print this page
4360 Fix SMF methods and other scripts which rely on the system shell to use /sbin/sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/sbin/sh
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
@@ -22,11 +22,10 @@
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
#
# "Start" the "consadm service" by launching consadmd if /etc/consadm.conf
# exists.
#