#!/usr/sbin/sh # # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved. # # Start and refresh method script for the boot-config service. # . /lib/svc/share/smf_include.sh # # This service is only valid in the global zone. # smf_is_globalzone || exit $SMF_EXIT_OK # # uadmin A_CONFIG AD_UPDATE_BOOT_CONFIG # /usr/sbin/uadmin 23 1 exit $SMF_EXIT_OK