Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/
Date: Tue, 03 Jan 2012 16:27:00
Message-Id: 60968944c2c68ad3ded3ae3361a73c13b6482753.WilliamH@gentoo
1 commit: 60968944c2c68ad3ded3ae3361a73c13b6482753
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:20:41 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 16:20:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=60968944
7
8 Clarify the description of udev
9
10 ---
11 init.d/udev | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/init.d/udev b/init.d/udev
15 index 07ce9d1..d172f96 100644
16 --- a/init.d/udev
17 +++ b/init.d/udev
18 @@ -4,7 +4,7 @@
19
20 command=/sbin/udevd
21 command_args="--daemon ${udev_opts}"
22 -description="Run udevd and create the device-nodes"
23 +description="udev manages device permissions and symbolic links in /dev"
24
25 persistent_cd_disable="${persistent_cd_disable:-no}"
26 persistent_net_disable="${persistent_net_disable:-no}"