Searched refs:ipfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh1113 ipfile=`fmri_to_file $1 $IPF_SUFFIX`
1114 [ -f "$ipfile" ] && mv $ipfile "$ipfile.bak"
1156 ipfile=`fmri_to_file $s $IPF_SUFFIX`
1157 if [ -n "$ipfile" -a -r "$ipfile" ]; then
1158 check_ipf_syntax $ipfile
1166 check_ipf_rules $ipfile
1172 CONF_FILES="$CONF_FILES $ipfile"
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server50 ipfile=`fmri_to_file $SMF_FMRI $IPF_SUFFIX`
52 [ -f "$ipfile" -a -f "$ip6file" ] && return 0

Completed in 64 milliseconds