Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] 018 releaseudev/v019 | greg@kroah.com | |
2005-04-26 | [PATCH] Add initial SELinux support for udev | greg@kroah.com | |
Based on a patch from Daniel J Walsh <dwalsh@redhat.com> | |||
2005-04-26 | [PATCH] 018_bk mark | greg@kroah.com | |
2005-04-26 | [PATCH] v018 releaseudev/v018 | greg@kroah.com | |
2005-04-26 | [PATCH] added scsi_id and some more documentation to the udev.spec file. | greg@kroah.com | |
2005-04-26 | [PATCH] update the udev.spec to add udevtest and make some more Red Hat ↵ | greg@kroah.com | |
suggested changes. | |||
2005-04-26 | [PATCH] v017 releaseudev/v017 | greg@kroah.com | |
2005-04-26 | [PATCH] add some .spec file changes from Red Hat. | greg@kroah.com | |
2005-04-26 | [PATCH] 016_bk mark | greg@kroah.com | |
2005-04-26 | [PATCH] v016 releaseudev/v016 | greg@kroah.com | |
2005-04-26 | [PATCH] add udevd and udevsend to the spec file. | greg@kroah.com | |
2005-04-26 | [PATCH] 015_bk mark | greg@kroah.com | |
2005-04-26 | [PATCH] v015 releaseudev/v015 | greg@kroah.com | |
2005-04-26 | [PATCH] add udevinfo man page to spec file. | greg@kroah.com | |
2005-04-26 | [PATCH] added URL to spec file. | greg@kroah.com | |
2005-04-26 | [PATCH] add udevinfo to udev.spec file. | greg@kroah.com | |
2005-04-26 | [PATCH] 014_bk mark | greg@kroah.com | |
2005-04-26 | [PATCH] 014 releaseudev/v014 | greg@kroah.com | |
2005-04-26 | [PATCH] clean up the logging patch a bit to make the option more like the ↵ | greg@kroah.com | |
other options. Also documented it and added it to the .spec file. | |||
2005-04-26 | [PATCH] 013_bk mark | greg@kroah.com | |
2005-04-26 | [PATCH] v013 releaseudev/v013 | greg@kroah.com | |
2005-04-26 | [PATCH] LSB init script and other stuff | eike-hotplug@sf-tec.de | |
I had too much time during the holidays, so I played a bit with udev. The changes are like last time mostly on the init stuff. I'm sending you this as a great diff which is just for comments. What it does: -fix a typo in Makefile -use only one "grep -v" instead of many -don't include BK-Files into release (shrinks the stuff to 30%!) -add a new init script which is LSB compliant -add some flags to choose which one to use -use /etc/udev/udev.conf in Redhat init script as the source for the udev directory. If this is not done then the init script may create a directory which udev itself isn't using (I changed /udev to /Udev to avoid collisions with /usr and ran into this) -first check for sysfs_dir before creating udev_root (maybe someone else has already fixed this, I saw this discussion on lkml) | |||
2005-04-26 | [PATCH] 012_bk change. | greg@kroah.com | |
2005-04-26 | [PATCH] v012 releaseudev/v012 | greg@kroah.com | |
2005-04-26 | [PATCH] udev spec file update | rml@ximian.com | |
More udev spec file updates. This one from David Zeuthen. Attached patch, against udev-011, makes sure we pass USE_DBUS and also makes sure we install the D-BUS policy file, if the %{dbus} option is set. | |||
2005-04-26 | [PATCH] 011_bk tag | greg@kroah.com | |
2005-04-26 | [PATCH] v011 releaseudev/v011 | greg@kroah.com | |
2005-04-26 | [PATCH] 010_bk stamp | greg@kroah.com | |
2005-04-26 | [PATCH] added different build options to the rpm udev.spec file. | greg@kroah.com | |
2005-04-26 | [PATCH] patch udev 009-010 rpm spec file | mh@nadir.org | |
the following problem was introduced with udev 009: [root@claw packages]# rpm -Uvh ~mh/rpm/RPMS/ppc/udev-010-1.ppc.rpm Preparing...########################################### [100%] 1:udev ########################################### [100%] error: unpacking of archive failed on file /usr/share/doc/udev-010/COPYING;3fe8a8e3: cpio: open failed - Permission denied it's because the mode of the directory /usr/share/doc/udev-010/ is 0644. This is with yellodog-3.0. the following patch fixes it: | |||
2005-04-26 | [PATCH] v010 releaseudev/v010 | greg@kroah.com | |
2005-04-26 | [PATCH] mark config files as such in the rpm spec file | dhollis@davehollis.com | |
Got a nasty surprise after upgrading my RPM. The config files weren't marked as configs and were subsequently replaced! DOH! Fortunately, I didn't have much in there yet but that certainly isn't something others will like going forward. Attached is a simple patch to the spec file so they aren't replaced in the future. The config files included in the RPM should wind up as udev.conf.rpmnew, etc if they are different from what is installed. | |||
2005-04-26 | [PATCH] 009_bk makefile changes. | greg@kroah.com | |
2005-04-26 | [PATCH] v009 releaseudev/v009 | greg@kroah.com | |
2005-04-26 | [PATCH] remove udev from runlevels on uninstall | rml@ximian.com | |
I guess we should run 'chkconfig --del udev' on removal to clear out the now-stale udev entries, if any. | |||
2005-04-26 | [PATCH] install initscript in udev rpm | rml@ximian.com | |
Attached patch installs the initscript via 'make install' and adds it to the RPM package. The RPM script then runs chkconfig(8) to setup the initscript to run at the appropriate runlevels. | |||
2005-04-26 | [PATCH] add init.d/udev to the spec file | eike-hotplug@sf-tec.de | |
add /etc/init.d/udev to the SPEC-File and this way to the RPM | |||
2005-04-26 | [PATCH] 008_bk mark | greg@kroah.com | |
2005-04-26 | [PATCH] v008 releaseudev/v008 | greg@kroah.com | |
2005-04-26 | [PATCH] add support for a main udev config file, udev.conf. | greg@kroah.com | |
the older udev.config file is now called udev.rules. This allows us to better control configuration values, and move away from the environment variables. | |||
2005-04-26 | [PATCH] 007_bk version change to Makefile. | greg@kroah.com | |
2005-04-26 | [PATCH] v007 releaseudev/v007 | greg@kroah.com | |
2005-04-26 | [PATCH] change to 006_bk version | greg@kroah.com | |
2005-04-26 | [PATCH] v006udev/v006 | greg@kroah.com | |
2005-04-26 | [PATCH] DESTDIR for udev | olh@suse.de | |
2005-04-26 | [PATCH] version number to 005_bk | greg@kroah.com | |
2005-04-26 | [PATCH] 005 releaseudev/v005 | greg@kroah.com | |
2005-04-26 | [PATCH] rename namedev.permissions and namedev.config to udev.permissions ↵ | greg@kroah.com | |
and udev.config the namedev name didn't really make much sense anymore... | |||
2005-04-26 | [PATCH] change version to 004_bk | greg@kroah.com | |
2005-04-26 | [PATCH] 004 releaseudev/v004 | greg@kroah.com | |