HomeSort by: relevance | last modified time | path
    Searched refs:sbin (Results 1 - 25 of 299) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/etc/defaults/
pkgpath.conf 12 pkg_admin=/usr/sbin/pkg_admin
13 pkg_info=/usr/sbin/pkg_info
  /src/sys/arch/hp300/stand/installboot/
installboot.sh 25 /usr/sbin/installboot $2 $1
  /src/usr.sbin/mailwrapper/
Makefile 6 SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
7 /usr/sbin/mailwrapper /usr/bin/newaliases \
8 /usr/sbin/mailwrapper /usr/bin/mailq \
9 /usr/sbin/mailwrapper /usr/bin/hoststat \
10 /usr/sbin/mailwrapper /usr/bin/purgestat
  /src/sbin/fastboot/
fastboot.sh 39 /sbin/reboot $*
fasthalt.sh 39 /sbin/halt $*
  /src/distrib/syspkg/sets/comp/comp-debug-sbin/
Makefile 3 PKGBASE=comp-debug-sbin
  /src/distrib/syspkg/sets/comp/comp-sysutil-sbin/
Makefile 3 PKGBASE=comp-sysutil-sbin
  /src/distrib/syspkg/sets/comp/comp-util-sbin/
Makefile 3 PKGBASE=comp-util-sbin
  /src/tools/mknod/
Makefile 4 HOST_SRCDIR= sbin/mknod
  /src/tools/mtree/
Makefile 4 HOST_SRCDIR= usr.sbin/mtree
  /src/tools/pwd_mkdb/
Makefile 4 HOST_SRCDIR= usr.sbin/pwd_mkdb
  /src/usr.bin/pagesize/
pagesize.sh 39 PATH=/bin:/usr/bin:/sbin:/usr/sbin
  /src/etc/rc.d/
npf 28 /sbin/npfctl reload "$npf_rules"
32 /sbin/npfctl start
39 /sbin/npfctl stop
40 /sbin/npfctl flush
46 /sbin/npfctl reload "$npf_rules"
wdogctl 29 /sbin/wdogctl ${wdogctl_flags}
36 /sbin/wdogctl -d
41 /sbin/wdogctl
lvm 21 if [ -x /sbin/dmsetup ]; then
22 /sbin/dmsetup version >/dev/null
29 if [ -x /sbin/lvm ]; then
33 /sbin/lvm vgscan --mknodes --ignorelockingfailure >/dev/null
36 /sbin/lvm vgchange --ignorelockingfailure -a y >/dev/null
37 LV_LIST=$(/sbin/lvm vgdisplay -C -o vg_name --noheadings 2>/dev/null)
44 if [ -x /sbin/dmsetup ]; then
45 /sbin/dmsetup version >/dev/null
52 if [ -x /sbin/lvm ]; then
55 LOGICAL_VOLUMES=$(/sbin/lvm lvdisplay -C -o vg_name,lv_name
    [all...]
pf 38 /sbin/pfctl -q ${pf_flags} -e
42 /sbin/pfctl -q ${pf_flags} -f ${pf_rules}
51 /sbin/pfctl -q ${pf_flags} -Fa -d
58 /sbin/pfctl -q ${pf_flags} -f ${pf_rules}
66 /sbin/pfctl ${pf_flags} -s info
ipfilter 39 /sbin/ipf ${rc_flags} -E
44 /sbin/ipf -Fa
47 /sbin/ipf -6 -Fa
53 /sbin/ipf -f /etc/ipf.conf
56 /sbin/ipf -6 -f /etc/ipf6.conf
63 /sbin/ipf -D
73 /sbin/ipf -I -Fa
76 /sbin/ipf -6 -I -Fa
81 if [ -f /etc/ipf.conf ] && ! /sbin/ipf -I -f /etc/ipf.conf; then
84 if [ -f /etc/ipf6.conf ] && ! /sbin/ipf -I -6 -f /etc/ipf6.conf; the
    [all...]
zfs 19 if [ -x /sbin/zfs ]; then
21 /sbin/zfs list > /dev/null 2>&1
31 if [ -x /sbin/zfs ]; then
veriexec 19 /sbin/veriexecctl ${veriexec_flags} load /etc/signatures
24 /sbin/sysctl -w kern.veriexec.strict=$veriexec_strict
25 /sbin/sysctl -w kern.veriexec.verbose=$veriexec_verbose
  /src/distrib/amiga/floppies/inst-common/
mtree.conf 32 # ./sbin
33 sbin
34 # ./sbin
55 # ./usr/sbin
56 sbin
57 # ./usr/sbin
  /src/distrib/vax/inst-common/
mtree.conf 32 # ./sbin
33 sbin
34 # ./sbin
55 # ./usr/sbin
56 sbin
57 # ./usr/sbin
  /src/etc/powerd/scripts/
acadapter 17 for intf in $(/sbin/ifconfig -l); do
18 /sbin/ifconfig $intf -powersave >/dev/null 2>&1
24 # /sbin/atactl wd0 setidle 300
25 # /sbin/atactl wd0 setstandby 600
44 for intf in $(/sbin/ifconfig -l); do
45 /sbin/ifconfig $intf powersave >/dev/null 2>&1
60 # /sbin/atactl wd0 setidle 30
61 # /sbin/atactl wd0 setstandby 120
70 # /usr/sbin/syslogd -s -f /etc/syslog.conf.battery
power_button 15 /sbin/shutdown -p now "power button pressed"
reset_button 14 /sbin/shutdown -r now "reset button pressed"
sleep_button 13 if /sbin/sysctl -q hw.acpi.sleep.state; then
14 /sbin/sysctl -w hw.acpi.sleep.state=3
15 elif /sbin/sysctl -q machdep.xen.suspend; then
16 /sbin/sysctl -w machdep.xen.suspend=1
20 /usr/sbin/apm -z
22 /usr/sbin/apm -d -z

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>