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

/solaris-userland/components/cups/Solaris/
H A Dsvc-cupsd11 if [ -z "$SMF_FMRI" ] ; then
24 if ! "$SCRIPT" "$SMF_FMRI" "startup/${SCRIPT##*/}" ; then
/solaris-userland/components/desktop/accountsservice/files/
H A Dsvc-accountsservice33 debug="$(/usr/bin/svcprop -p options/debug "${SMF_FMRI}")"
/solaris-userland/components/desktop/polkit/files/
H A Dsvc-polkit33 debug="$(/usr/bin/svcprop -p options/debug "${SMF_FMRI}")"
/solaris-userland/components/ntp/Solaris/
H A Dntp.sh31 if [ -z $SMF_FMRI ]; then
52 val=`svcprop -c -p config/disable_local_time_adjustment $SMF_FMRI`
75 val=`svcprop -c -p config/always_allow_large_step $SMF_FMRI`
83 val=`svcprop -c -p config/no_auth_required $SMF_FMRI`
93 logfile=`svcprop -c -p config/logfile $SMF_FMRI`
94 val=`svcprop -c -p config/verbose_logging $SMF_FMRI`
98 val=`svcprop -c -p config/mdnsregister $SMF_FMRI`
104 slew_always=`svcprop -c -p config/slew_always $SMF_FMRI`
114 deb=`svcprop -c -p config/debuglevel $SMF_FMRI`
120 val=`svcprop -c -p config/allow_step_at_boot $SMF_FMRI`
[all...]
/solaris-userland/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/components/trousers/
H A Dtcsd.sh29 # SMF_FMRI is the name of the target service. This allows multiple instances
32 if [ -z "$SMF_FMRI" ]; then
/solaris-userland/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/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}"
55 value=`/usr/bin/svcprop -p options/${prop} ${SMF_FMRI}`
/solaris-userland/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/components/samba/Solaris/
H A Dsamba.sh36 case "$SMF_FMRI" in
/solaris-userland/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/components/sendmail/files/
H A Dsendmail-client46 submit_path=`svcprop -p config/path_to_submit_mc $SMF_FMRI 2>/dev/null`
H A Dsmtp-sendmail49 dbvers=`/usr/bin/svcprop -c -p config/db_version $SMF_FMRI 2>/dev/null`
81 local=`/usr/bin/svcprop -p config/local_only $SMF_FMRI 2>/dev/null`
85 sendmail_path=`svcprop -p config/path_to_sendmail_mc $SMF_FMRI \
116 /usr/sbin/svccfg -s $SMF_FMRI setprop config/db_version=5
129 /usr/sbin/svcadm refresh $SMF_FMRI
H A Dsendmail_include.sh85 info=`svcprop -p config/include_info $SMF_FMRI 2>/dev/null`
/solaris-userland/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/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/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/components/openvswitch/files/
H A Dovs-svc186 case "$SMF_FMRI" in
194 echo "$SMF_FMRI does not support start method"
200 case "$SMF_FMRI" in
205 echo "$SMF_FMRI does not support stop method"
/solaris-userland/components/postfix/files/
H A Dstart-method99 auto=`/usr/bin/svcprop -c -p config/automatic $SMF_FMRI 2>/dev/null`
/solaris-userland/components/ftp-proxy/ftp-proxy.Solaris/
H A Dftp-proxy156 ANCHOR=$(echo "$SMF_FMRI" | \

Completed in 1216 milliseconds