Searched refs:SMF_FMRI (Results 1 - 17 of 17) sorted by relevance

/solaris-userland-s11u3/components/cups/Solaris/
H A Dsvc-cupsd11 if [ -z "$SMF_FMRI" ] ; then
24 if ! "$SCRIPT" "$SMF_FMRI" "startup/${SCRIPT##*/}" ; then
/solaris-userland-s11u3/components/visual-panels/apache/src/cmd/httpd/
H A Dhttp-vpanels55 enabled=`$SVCPROP -p ${1}/enabled ${SMF_FMRI}`
91 modules=`$SVCPROP $SMF_FMRI | /usr/xpg4/bin/grep "^$pg\/module" | \
96 set -- `$SVCPROP -p $module ${SMF_FMRI}`
121 mimes=`$SVCPROP $SMF_FMRI | /usr/xpg4/bin/grep "^$pg\/mime" | \
128 set -- `$SVCPROP -p $mime $SMF_FMRI`
152 sslengine=`$SVCPROP -p ${vhost_name}/sslengine ${SMF_FMRI}`
155 sslcert=`$SVCPROP -p ${vhost_name}/sslcert ${SMF_FMRI}`
156 sslkey=`$SVCPROP -p ${vhost_name}/sslkey ${SMF_FMRI}`
157 sslip=`$SVCPROP -p ${vhost_name}/sslip ${SMF_FMRI}`
158 sslport=`$SVCPROP -p ${vhost_name}/sslport ${SMF_FMRI}`
[all...]
/solaris-userland-s11u3/components/ntp/Solaris/
H A Dntp.sh31 if [ -z $SMF_FMRI ]; then
60 val=`svcprop -c -p config/always_allow_large_step $SMF_FMRI`
68 val=`svcprop -c -p config/no_auth_required $SMF_FMRI`
78 logfile=`svcprop -c -p config/logfile $SMF_FMRI`
79 val=`svcprop -c -p config/verbose_logging $SMF_FMRI`
83 val=`svcprop -c -p config/mdnsregister $SMF_FMRI`
89 slew_always=`svcprop -c -p config/slew_always $SMF_FMRI`
99 deb=`svcprop -c -p config/debuglevel $SMF_FMRI`
105 val=`svcprop -c -p config/allow_step_at_boot $SMF_FMRI`
120 val=`svcprop -c -p config/wait_for_sync $SMF_FMRI`
[all...]
/solaris-userland-s11u3/components/rabbitmq/files/
H A Dsvc-rabbitmq32 if [[ -z "$SMF_FMRI" ]]; then
60 INSTANCE=${SMF_FMRI##*:}
91 epmd_pid=$(pgrep -c $(svcs -H -o ctid $SMF_FMRI) epmd)
/solaris-userland-s11u3/components/trousers/
H A Dtcsd.sh27 # SMF_FMRI is the name of the target service. This allows multiple instances
30 if [ -z "$SMF_FMRI" ]; then
/solaris-userland-s11u3/components/net-snmp/
H A Dsvc-net-snmp32 SMF_FMRI=svc:/application/management/net-snmp
43 arch_type=`/bin/svcprop -p general/arch_type $SMF_FMRI`
/solaris-userland-s11u3/components/apache24/Solaris/
H A Dhttp-apache2441 svcprop -q -p $1 ${SMF_FMRI}
43 PROPVAL=`svcprop -p $1 ${SMF_FMRI}`
66 APACHE_VERSION=`echo ${SMF_FMRI} | sed 's/[^0-9]//g;s/./\.&/g;s/^\.//'`
/solaris-userland-s11u3/components/apache2/Solaris/
H A Dhttp-apache2244 svcprop -q -p $1 ${SMF_FMRI}
46 PROPVAL=`svcprop -p $1 ${SMF_FMRI}`
69 APACHE_VERSION=`echo ${SMF_FMRI} | sed 's/[^0-9]//g;s/./\.&/g;s/^\.//'`
/solaris-userland-s11u3/components/bind/Solaris/
H A Ddns-server.sh35 # Set defaults; SMF_FMRI should have been set, but just in case.
36 if [ -z "$SMF_FMRI" ]; then
37 SMF_FMRI="svc:/network/dns/server:${instance}"
54 value=`/usr/bin/svcprop -p options/${prop} ${SMF_FMRI}`
/solaris-userland-s11u3/components/samba/Solaris/
H A Dsamba.sh36 case "$SMF_FMRI" in
/solaris-userland-s11u3/components/mysql-5-5/Solaris/
H A Dmysql_5527 # SMF_FMRI is the name of the target service. This allows multiple instances
30 if [ -z $SMF_FMRI ]; then
36 val=`svcprop -p $1 $SMF_FMRI`
/solaris-userland-s11u3/components/mysql-5-6/Solaris/
H A Dmysql_5627 # SMF_FMRI is the name of the target service. This allows multiple instances
30 if [ -z $SMF_FMRI ]; then
36 val=`svcprop -p $1 $SMF_FMRI`
/solaris-userland-s11u3/components/mysql-5-7/Solaris/
H A Dmysql_5727 # SMF_FMRI is the name of the target service. This allows multiple instances
30 if [ -z $SMF_FMRI ]; then
36 val=`svcprop -p $1 $SMF_FMRI`
/solaris-userland-s11u3/components/isc-dhcp/Solaris/
H A Disc-dhcp.sh49 if [ -z $SMF_FMRI ]; then
58 VALUE="`$SVCPROP -cp config/$1 $SMF_FMRI 2>/dev/null`"
237 case "$SMF_FMRI" in
250 if [ "$SMF_FMRI" = "$DHCPD_IPV4" ]; then
/solaris-userland-s11u3/components/ptp/Solaris/
H A Dptp.sh33 if [ -z $SMF_FMRI ]; then
42 VALUE="`$SVCPROP -cp config/$1 $SMF_FMRI 2>/dev/null`"
/solaris-userland-s11u3/components/mysql-5-1/Solaris/
H A Dmysql_5127 # SMF_FMRI is the name of the target service. This allows multiple instances
30 if [ -z $SMF_FMRI ]; then
36 val=`svcprop -p $1 $SMF_FMRI`
/solaris-userland-s11u3/components/postfix/files/
H A Dstart-method102 auto=`/usr/bin/svcprop -c -p config/automatic $SMF_FMRI 2>/dev/null`

Completed in 103 milliseconds