Searched refs:PROGDIR (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dquery-langs.sh28 cat ${PROGDIR}/conf/avail-langs
H A Dlist-mirrors.sh28 . ${PROGDIR}/backend/functions.sh
29 . ${PROGDIR}/backend/functions-ftp.sh
H A Dset-mirror.sh28 . ${PROGDIR}/backend/functions.sh
29 . ${PROGDIR}/backend/functions-ftp.sh
H A Dget-packages.sh31 . ${PROGDIR}/backend/functions.sh
32 . ${PROGDIR}/backend/functions-packages.sh
H A Ddisk-info.sh31 . ${PROGDIR}/backend/functions.sh
32 . ${PROGDIR}/backend/functions-disk.sh
H A Dlist-packages.sh31 . ${PROGDIR}/backend/functions.sh
32 . ${PROGDIR}/backend/functions-packages.sh
H A Dlist-components.sh31 . ${PROGDIR}/backend/functions.sh
H A Dlist-rsync-backups.sh31 . ${PROGDIR}/backend/functions.sh
H A Dsend-logs.sh31 . ${PROGDIR}/backend/functions.sh
32 . ${PROGDIR}/conf/pc-sysinstall.conf
H A Ddisk-part.sh31 . ${PROGDIR}/backend/functions.sh
32 . ${PROGDIR}/backend/functions-disk.sh
H A Dsetup-ssh-keys.sh31 . ${PROGDIR}/backend/functions.sh
H A Denable-net.sh36 . ${PROGDIR}/backend/functions.sh
37 . ${PROGDIR}/conf/pc-sysinstall.conf
H A Dupdate-part-list.sh29 . ${PROGDIR}/backend/functions-unmount.sh
/freebsd-11.0-release/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh39 if [ -z "${PROGDIR}" ]
41 PROGDIR="/usr/share/pc-sysinstall"
42 export PROGDIR
46 COMPDIR="${PROGDIR}/components"
49 CONFDIR="${PROGDIR}/conf"
60 QUERYDIR="${PROGDIR}/backend-query"
64 BACKEND="${PROGDIR}/backend"
67 PARTMANAGERDIR="${PROGDIR}/backend-partmanager"
71 if [ -e "${PROGDIR}/conf/pc-sysinstall.conf" ]
73 . ${PROGDIR}/con
[all...]
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend-partmanager/
H A Ddelete-part.sh31 . ${PROGDIR}/backend/functions.sh
32 . ${PROGDIR}/backend/functions-disk.sh
H A Dcreate-part.sh31 . ${PROGDIR}/backend/functions.sh
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh34 if [ -e "${PROGDIR}/doc/help-index" ]
36 cat ${PROGDIR}/doc/help-index
38 echo "Error: ${PROGDIR}/doc/help-index not found"
52 if [ -e "${PROGDIR}/doc/help-${1}" ]
54 cat ${PROGDIR}/doc/help-${1}
56 echo "Error: ${PROGDIR}/doc/help-${1} not found"
H A Dfunctions-upgrade.sh30 . ${PROGDIR}/backend/functions-unmount.sh
H A Dfunctions-extractimage.sh41 TAROPTS="-X ${PROGDIR}/conf/exclude-from-upgrade"
86 TAROPTS="-X ${PROGDIR}/conf/exclude-from-upgrade"
/freebsd-11.0-release/crypto/openssh/contrib/cygwin/
H A Dssh-user-config24 PROGDIR=$(cd $_tdir && pwd)
180 if [ "$PROGDIR" = "/etc/postinstall" ]
H A Dssh-host-config53 PROGDIR=$(cd $_tdir && pwd)
517 if [ "$PROGDIR" = "/etc/postinstall" ]

Completed in 96 milliseconds