Changeset d736904 for udev-lfs


Ignore:
Timestamp:
03/29/2013 01:10:46 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4e179e7
Parents:
89afa22
Message:

Update udev-lfs-199 for man pages and html docs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
udev-lfs
Files:
19 added
3 edited

Legend:

Unmodified
Added
Removed
  • udev-lfs/Makefile.lfs

    r89afa22 rd736904  
    66SHELL=/bin/bash
    77SYSTEMD_VERSION=199
    8 VERSION=199-1
     8VERSION=199-2
    99
    1010ifeq ($(V),)
     
    311311
    312312   # Copy documentation
    313         @cp -v man/udev.7                     $(DESTDIR)/usr/share/man/man7
    314         @cp -v man/udevadm.8                  $(DESTDIR)/usr/share/man/man8
     313        @cp -v udev-lfs-$(VERSION)/udev.7     $(DESTDIR)/usr/share/man/man7
     314        @cp -v udev-lfs-$(VERSION)/udevadm.8  $(DESTDIR)/usr/share/man/man8
    315315        @cp -v udev-lfs-$(VERSION)/udevd.8    $(DESTDIR)/usr/share/man/man8
    316316        @cp -v udev-lfs-$(VERSION)/README     $(DESTDIR)/usr/share/doc/udev/lfs
  • udev-lfs/makefile-incl.gudev

    r89afa22 rd736904  
    104104        @ln -svfn $(LIBGUDEV_REAL_NAME) $(DESTDIR)/usr/lib/$(LIBGUDEV_LINK_NAME)
    105105
    106         @cp -v build/gudev-1.0.pc       $(DESTDIR)/usr/lib/pkgconfig
    107         @cp -v docs/gudev/html/*        $(DESTDIR)/usr/share/gtk-doc/html/gudev
     106        @cp -v build/gudev-1.0.pc           $(DESTDIR)/usr/lib/pkgconfig
     107        @cp -v udev-lfs-$(VERSION)/gudev/*  $(DESTDIR)/usr/share/gtk-doc/html/gudev
    108108
  • udev-lfs/udevd.8

    r89afa22 rd736904  
    1 .\"     Title: systemd-udevd.service
    2 .\"    Author: Kay Sievers <kay@vrfy.org>
    3 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
    4 .\"      Date: 07/20/2012
    5 .\"    Manual: systemd-udevd.service
    6 .\"    Source: systemd
    7 .\"  Language: English
    8 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    9 .\" Manually updated for udev only for LFS by BRuce Dubbs
    10 .\" <bdubbs@linuxfromscratch.org>
    11 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    12 .\"
    13 .TH "UDEVD" "8" "" "systemd (LFS modified man page)" "udevd"
     1'\" t
     2.TH "SYSTEMD\-UDEVD\&.SERVICE" "8" "" "systemd 199" "udevd"
    143.\" -----------------------------------------------------------------
    154.\" * Define some portability stuff
     
    3423udevd \- Device event managing daemon
    3524.SH "SYNOPSIS"
    36 .PP
    3725.HP \w'\fB/usr/lib/udevd\fR\ 'u
    38 \fB/lib/udev/udevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\fR] [\fB\-\-children\-max=\fR] [\fB\-\-exec\-delay=\fR] \ [\fB\-\-resolve\-names=early|late|never\fR] [\fB\-\-version\fR] [\fB\-\-help\fR]
     26\fB/lib/udev/udevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\fR] [\fB\-\-children\-max=\fR] [\fB\-\-exec\-delay=\fR] [\fB\-\-resolve\-names=early|late|never\fR] [\fB\-\-version\fR] [\fB\-\-help\fR]
    3927.SH "DESCRIPTION"
    4028.PP
    41 udevd listens to kernel uevents\&. For every event, udevd executes matching instructions specified in udev rules\&. See
     29\fBudevd\fR
     30listens to kernel uevents\&. For every event, udevd executes matching instructions specified in udev rules\&. See
    4231\fBudev\fR(7)\&.
    4332.PP
     
    5847\fB\-\-children\-max=\fR
    5948.RS 4
    60 Limit the number of parallel executed events\&.
     49Limit the number of events executed in parallel\&.
    6150.RE
    6251.PP
    6352\fB\-\-exec\-delay=\fR
    6453.RS 4
    65 Number of seconds to delay the execution of RUN instructions\&. This might be useful when debugging system crashes during coldplug cause by loading non\-working kernel modules\&.
     54Delay the execution of RUN instruction by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&.
    6655.RE
    6756.PP
     
    8877.SH "ENVIRONMENT"
    8978.PP
    90 \fIUDEV_LOG=\fR
     79\fI$UDEV_LOG=\fR
    9180.RS 4
    9281Set the logging priority\&.
     
    9483.SH "KERNEL COMMAND LINE"
    9584.PP
    96 The parameters starting with "rd\&.", will be read when udev is used in an initrd\&.
     85Parameters starting with "rd\&." will be read when
     86\fBudevd\fR
     87is used in an initrd\&.
    9788.PP
    9889\fIudev\&.log\-priority=\fR, \fIrd\&.udev\&.log\-priority=\fR
     
    10394\fIudev\&.children\-max=\fR, \fIrd\&.udev\&.children\-max=\fR
    10495.RS 4
    105 Limit the number of parallel executed events\&.
     96Limit the number of events executed in parallel\&.
    10697.RE
    10798.PP
    10899\fIudev\&.exec\-delay=\fR, \fIrd\&.udev\&.exec\-delay=\fR
    109100.RS 4
    110 Number of seconds to delay the execution of RUN instructions\&. This might be useful when debugging system crashes during coldplug cause by loading non\-working kernel modules\&.
     101Delay the execution of RUN instruction by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&.
     102.RE
     103.PP
     104\fInet\&.ifnames=\fR
     105.RS 4
     106Network interfaces are renamed to give them predictable names when possible\&. It is enabled by default, specifying 0 disables it\&.
     107.RE
     108.SH "CONFIGURATION FILE"
     109.PP
     110udev expects its main configuration file at
     111/etc/udev/udev\&.conf\&. It consists of a set of variables allowing the user to override default udev values\&. All empty lines or lines beginning with \*(Aq#\*(Aq are ignored\&. The following variables can be set:
     112.PP
     113\fIudev_log\fR
     114.RS 4
     115The logging priority\&. Valid values are the numerical syslog priorities or their textual representations:
     116\fBerr\fR,
     117\fBinfo\fR
     118and
     119\fBdebug\fR\&.
    111120.RE
    112121.SH "SEE ALSO"
Note: See TracChangeset for help on using the changeset viewer.