summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2005-12-15 01:04:51 +0000
committeriedowse <iedowse@FreeBSD.org>2005-12-15 01:04:51 +0000
commit0b71e714c9e7239d129409bbab17fcae134c16a4 (patch)
tree7737c1a04045bcabcabbb04e4e56f6cf312b9a67 /share
parenta7aeead21d6a4abfb93a5304f78212bd5ee19274 (diff)
downloadFreeBSD-src-0b71e714c9e7239d129409bbab17fcae134c16a4.zip
FreeBSD-src-0b71e714c9e7239d129409bbab17fcae134c16a4.tar.gz
Remove usbd(8) and all references to it. It is no longer necessary
since devd(8) now provides the same functionality. Submitted by: Anish Mistry
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man4/usb.41
-rw-r--r--share/man/man5/devfs.conf.56
-rw-r--r--share/man/man5/make.conf.54
-rw-r--r--share/man/man5/rc.conf.517
5 files changed, 5 insertions, 25 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 6f4447e..f381bf4 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -139,7 +139,7 @@
#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
#NO_TOOLCHAIN= # do not build programs for program development
-#NO_USB= # do not build usbd(8) and related programs
+#NO_USB= # do not build USB-related programs
#
# Variables that control how ppp(8) is built.
#PPP_NO_NAT= # do not build with NAT support (see make.conf(5))
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index 5ad646b..1452749 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -409,7 +409,6 @@ specifications can be found at:
.Xr urio 4 ,
.Xr uscanner 4 ,
.Xr uvscom 4 ,
-.Xr usbd 8 ,
.Xr usbdevs 8
.Sh HISTORY
The
diff --git a/share/man/man5/devfs.conf.5 b/share/man/man5/devfs.conf.5
index ae3103e..83d1a66 100644
--- a/share/man/man5/devfs.conf.5
+++ b/share/man/man5/devfs.conf.5
@@ -41,8 +41,8 @@ and running, e.g.\& USB devices.
See
.Xr devfs.rules 5
for setting ownership and permissions for all device nodes, and
-.Xr usbd.conf 5
-for actions to be taken when USB devices are attached or detached.
+.Xr devd.conf 5
+for actions to be taken when devices are attached or detached.
.Pp
Lines starting with a hash sign
.Pq Ql #
@@ -133,7 +133,7 @@ perm cd0 0660
.Xr chmod 1 ,
.Xr devfs 5 ,
.Xr devfs.rules 5 ,
-.Xr usbd.conf 5 ,
+.Xr devd.conf 5 ,
.Xr chown 8
.Sh AUTHORS
This manual page was written by
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 9180d53..c824624 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -704,9 +704,7 @@ programs used for program development,
compilers, debuggers etc.
.It Va NO_USB
.Pq Vt bool
-Set to not build
-.Xr usbd 8
-and related programs.
+Set to not build USB-related programs and libraries.
.It Va PPP_NO_NAT
.Pq Vt bool
Build
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index cb4ad13..db17282 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2854,22 +2854,6 @@ is set to
these are the flags to pass to the
.Xr sshd 8
daemon.
-.It Va usbd_enable
-.Pq Vt bool
-If set to
-.Dq Li YES ,
-run the
-.Xr usbd 8
-daemon at boot time.
-.It Va usbd_flags
-.Pq Vt str
-If
-.Va usbd_enable
-is set to
-.Dq Li YES ,
-these are the flags passed to the
-.Xr usbd 8
-daemon.
.It Va watchdogd_enable
.Pq Vt bool
If set to
@@ -3461,7 +3445,6 @@ device and the mount point will be changed.
.Xr sysctl 8 ,
.Xr syslogd 8 ,
.Xr timed 8 ,
-.Xr usbd 8 ,
.Xr yp 8 ,
.Xr ypbind 8 ,
.Xr ypserv 8 ,
OpenPOWER on IntegriCloud