Home
last modified time | relevance | path

Searched refs:jexec (Results 1 – 25 of 59) sorted by relevance

123

/dports/sysutils/mkjail/mkjail-0.0.3/src/share/mkjail/
H A Dupgrade.sh41 jexec ${JAILNAME} etcupdate resolve || _cleanup
42 jexec ${JAILNAME} etcupdate -F || _cleanup
43 jexec ${JAILNAME} /usr/local/sbin/pkg delete -fy pkg || _cleanup
44 ASSUME_ALWAYS_YES=yes jexec ${JAILNAME} /usr/sbin/pkg bootstrap || _cleanup
45 jexec ${JAILNAME} /bin/rm -f /var/db/pkg/*.meta || _cleanup
46 jexec ${JAILNAME} /usr/local/sbin/pkg-static update || _cleanup
47 jexec ${JAILNAME} /usr/local/sbin/pkg-static upgrade -fy || _cleanup
48 yes | jexec ${JAILNAME} make -C /usr/src delete-old
49 yes | jexec ${JAILNAME} make -C /usr/src delete-old-libs
/dports/sysutils/bastille/bastille-00d9e03/usr/local/share/bastille/
H A Dconsole.sh52 if jexec -l "${_jail}" id "${USER}" >/dev/null 2>&1; then
55 if jexec -l "${_jail}" grep -qwF "${USER_SHELL}" /etc/shells; then
56 jexec -l "${_jail}" $LOGIN -f "${USER}"
84 ${_setfib} jexec -l "${_jail}" $LOGIN -f root
H A Dpkg.sh52 jexec -l -U root "${_jail}" /usr/sbin/mport "$@"
54 jexec -l "${_jail}" /usr/bin/apt "$@"
58 jexec -l -U root "${_jail}" /usr/sbin/pkg "$@"
H A Dlist.sh86 …JAIL_IP=$(jexec -l ${_JAIL} ifconfig -n vnet0 inet 2> /dev/null | sed -n "/.inet /{s///;s/ .*//;p;…
87 …if [ ! ${JAIL_IP} ]; then JAIL_IP=$(jexec -l ${_JAIL} ifconfig -n vnet0 inet6 2> /dev/null | awk '…
95 JAIL_RELEASE=$(jexec -l ${_JAIL} freebsd-version -u 2> /dev/null)
H A Dcreate.sh537jexec -l "${NAME}" /bin/bash -c "DEBIAN_FRONTEND=noninteractive rm /var/cache/apt/archives/rsyslog…
538jexec -l "${NAME}" /bin/bash -c "DEBIAN_FRONTEND=noninteractive dpkg --force-depends --force-confd…
539jexec -l "${NAME}" /bin/bash -c "DEBIAN_FRONTEND=noninteractive dpkg --force-depends --force-confd…
540 jexec -l "${NAME}" /bin/bash -c "chmod 777 /tmp"
541 jexec -l "${NAME}" /bin/bash -c "apt update"
H A Dservice.sh50 jexec -l "${_jail}" /usr/sbin/service "$@"
H A Dsysrc.sh50 jexec -l "${_jail}" /usr/sbin/sysrc "$@"
H A Dtop.sh50 jexec -l "${_jail}" /usr/bin/top
H A Dhtop.sh55 jexec -l ${_jail} /usr/local/bin/htop
/dports/sysutils/iocell/iocell-2.1.2/lib/
H A Dioc-network129 jexec ioc-${2} ifconfig $epair_b name $nic mtu $brmtu
131 jexec ioc-${2} ifconfig ${nic} link ${_mac_epair_b}
147 jexec ioc-${2} ifconfig $iface $ip up
158 jexec ioc-${2} ifconfig $iface inet6 $ip up
163 jexec ioc-${2} route add default $defaultgw > /dev/null
167 jexec ioc-${2} route add -6 default "${defaultgw6}" >/dev/null
184 jexec ioc-${2} ifconfig $new_iface ${auto_ip} up
200 jexec ioc-${2} service dhclient start vnet0 > /dev/null 2>&1
H A Dioc-rc239 jexec "ioc-${_fulluuid}" zfs mount -a
244 setfib ${_exec_fib} jexec ioc-${_fulluuid} ${_exec_start} \
609 jexec ioc-${_fulluuid} ${_exec_stop} >> \
640 jexec "ioc-${_fulluuid}" zfs umount "${_zfs_dataset_subset}"
788 jexec ioc-${_fulluuid} ${_exec_stop} >> \
793 jexec ioc-${_fulluuid} ${_exec_start} >> \
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/modules/java.base/
H A DLauncher.gmk60 NAME := jexec, \
62 INCLUDE_FILES := jexec.c, \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/modules/java.base/
H A DLauncher.gmk60 NAME := jexec, \
62 INCLUDE_FILES := jexec.c, \
/dports/sysutils/ansible-sshjail/ansible-sshjail-1.1.0-35-g35c3bf6/
H A DREADME.md7 …e** SSH _connection_, moving any files into the jail directory, and using jexec to execute command…
77 This means any commands executed by sshjail roughly translate to `sudo jexec $jailName $command`.
80 `jailme` is "a setuid version of jexec to allow normal users access to FreeBSD jails".
88 Because of limitations of Ansible, this plugin cannot really do things like `sudo jexec sudo -u myu…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/launcher/
H A DLauncher-java.base.gmk61 NAME := jexec, \
63 INCLUDE_FILES := jexec.c, \
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/launcher/
H A DLauncher-java.base.gmk60 NAME := jexec, \
62 INCLUDE_FILES := jexec.c, \
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/launcher/
H A DLauncher-java.base.gmk61 NAME := jexec, \
63 INCLUDE_FILES := jexec.c, \
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/modules/java.base/
H A DLauncher.gmk61 NAME := jexec, \
63 INCLUDE_FILES := jexec.c, \
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/launcher/
H A DLauncher-java.base.gmk60 NAME := jexec, \
62 INCLUDE_FILES := jexec.c, \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/launcher/
H A DLauncher-java.base.gmk70 NAME := jexec, \
72 INCLUDE_FILES := jexec.c, \
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dfreebsdservice.py56 jexec = salt.utils.path.which("jexec")
57 if not jexec:
59 service = "{} {} {}".format(jexec, jail, service)
/dports/math/geogebra/GeoGebra-Linux-Portable-5-0-625-0/jre1.8.0_121-x86_64/jre/lib/
H A Djar.binfmt2 interpreter /usr/lib/jvm/java-8-oracle/jre/lib/jexec
/dports/math/geogebra/GeoGebra-Linux-Portable-5-0-625-0/jre1.8.0_121-i686/jre/lib/
H A Djar.binfmt2 interpreter /usr/lib/jvm/java-8-oracle/jre/lib/jexec
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A DDECCMAKE.COM57 $ jexec = "jed.exe"
63 $ jexec = "xjed.exe"
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/jruby/
H A Djruby.plugin.zsh4 alias jexec='jruby -S' alias

123