Changeset View
Changeset View
Standalone View
Standalone View
sbin/Makefile
| Show First 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | SUBDIR=adjkerntz \ | ||||
| restore \ | restore \ | ||||
| route \ | route \ | ||||
| savecore \ | savecore \ | ||||
| setkey \ | setkey \ | ||||
| shutdown \ | shutdown \ | ||||
| swapon \ | swapon \ | ||||
| sysctl \ | sysctl \ | ||||
| tunefs \ | tunefs \ | ||||
| umbctl \ | |||||
lwhsu: Is umbctl needed in boot or single user mode? perhaps it's more suitable in /usr/sbin ? | |||||
Not Done Inline ActionsI think it's possible to encounter situations where umb(4) will be needed early by the user, since it's a network interface and there is no dependency on anything from /usr. NFS over broadband network is an example, however unlikely it might be. In a broader picture, umbctl(8) is really an extension to ifconfig(8), which resides in /sbin itself. khorben: I think it's possible to encounter situations where umb(4) will be needed early by the user… | |||||
| umount | umount | ||||
| .if ${MK_INET} != "no" || ${MK_INET6} != "no" | .if ${MK_INET} != "no" || ${MK_INET6} != "no" | ||||
| SUBDIR+= ping | SUBDIR+= ping | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_CCD}+= ccdconfig | SUBDIR.${MK_CCD}+= ccdconfig | ||||
| SUBDIR.${MK_HAST}+= hastctl | SUBDIR.${MK_HAST}+= hastctl | ||||
| Show All 24 Lines | |||||
Is umbctl needed in boot or single user mode? perhaps it's more suitable in /usr/sbin ?