HomeSort by: relevance | last modified time | path
    Searched refs:certsdir (Results 1 - 3 of 3) sorted by relevancy

  /src/etc/rc.d/
certctl_init 31 local certsdir
33 certsdir=/etc/openssl/certs
38 if [ -h "$certsdir" ] ||
39 { [ -e "$certsdir" ] && ! [ -d "$certsdir" ] ; } ||
40 ( [ -d "$certsdir" ] &&
41 find -f "$certsdir" -- -maxdepth 0 -type d -empty -exit 1 )
  /src/usr.sbin/certctl/
certctl.sh 42 "[-nv] [-C <config>] [-c <certsdir>] [-u <untrusted>]"
52 certsdir=/etc/openssl/certs
68 c) certsdir=$OPTARG;;
353 # the certsdir. Sorted lexicographically by vis-encoding.
414 # Delete and rebuild certsdir.
421 # certsdir, but succeed anyway so this can safely be used in
430 if [ -f "$certsdir/.certctl" ]; then
433 run rm -rf -- "$certsdir"
434 elif [ -h "$certsdir" ]; then
441 elif [ ! -e "$certsdir" ]; the
    [all...]
  /src/usr.sbin/postinstall/
postinstall.in 1751 local certsdir certsconf defaultconf manualmsg
1755 certsdir="${DEST_DIR}/etc/openssl/certs"
1776 if [ -h "$certsdir" ] ||
1777 [ -e "$certsdir" -a ! -d "$certsdir" ] ||
1778 ([ -d "$certsdir" ] &&
1779 find -f "$certsdir" -- \

Completed in 15 milliseconds