summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move code from dev-root-link helper to udev init scriptWilliam Hubbs2013-12-301-1/+0
| | | | | | | | This code should only be run by the udev init script, so let's put it inside the script instead of making it a helper. X-Gentoo-Bug: 495086 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=495086
* start work on version 27William Hubbs2013-12-301-1/+1
|
* increment versionWilliam Hubbs2013-04-031-1/+1
|
* Optionally create /dev/root symlinkWilliam Hubbs2013-03-211-0/+1
| | | | | | | | | | | | This is being added because there is software in our tree which hard codes the reference to /dev/root instead of using stat("/") to retrieve the root device. It is temporary however and will be removed again once this software is fixed. This is based on a patch submitted by Samuli Ssuominen. X-Gentoo-Bug: 438380 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=438380
* increment versionWilliam Hubbs2013-03-191-1/+1
|
* increment version24William Hubbs2013-02-271-1/+1
|
* increment versionWilliam Hubbs2013-02-041-1/+1
|
* increment versionWilliam Hubbs2013-01-271-1/+1
|
* increment versionWilliam Hubbs2013-01-211-1/+1
|
* increment versionWilliam Hubbs2013-01-211-1/+1
|
* increment version to 1919William Hubbs2013-01-081-1/+1
|
* build: use pkg-configWilliam Hubbs2013-01-081-1/+1
|
* Start work on version 18William Hubbs2012-11-231-1/+1
|
* Release udev-init-scripts-1717William Hubbs2012-10-191-1/+1
|
* release udev-init-scripts-1616William Hubbs2012-08-081-1/+1
|
* Revert "move back to /lib/udev"William Hubbs2012-08-081-1/+1
| | | | | | This reverts commit c21655268bd42d668a1d01460133f93deaa1b3a8. Packages in gentoo are being updated to install things in /usr/lib/udev where they belong.
* release udev-init-scripts-1515William Hubbs2012-08-071-1/+1
|
* clean up makefileWilliam Hubbs2012-08-071-9/+8
|
* move back to /lib/udevWilliam Hubbs2012-08-071-1/+1
| | | | | For now the best option for gentoo is going to be not to move /lib/systemd/systemd-udevd and /lib/udev to /usr.
* release udev-init-scripts-1414William Hubbs2012-08-011-1/+1
|
* install rules and helpers in /usr/lib/udevWilliam Hubbs2012-07-311-1/+1
|
* release udev-init-scripts-1313William Hubbs2012-07-291-1/+1
|
* release udev-init-scripts-1212William Hubbs2012-07-041-1/+1
|
* Drop the write_root_link_rule helperWilliam Hubbs2012-06-301-2/+1
| | | | | This udev helper created /dev/root, which was a link to the root device. However, this should not be needed.
* Release udev-init-scripts 1111William Hubbs2012-05-031-1/+1
|
* Remove shunit2 testing frameworkWilliam Hubbs2012-03-211-4/+1
| | | | This seems to be overkill for our init scripts.
* release udev-init-scripts 1010William Hubbs2012-03-191-1/+1
|
* remove old blacklist.conf fileWilliam Hubbs2012-03-191-3/+0
| | | | | | | This file seemed to refer to drivers for very old kernels, so I am removing it. Also, something like this is not really part of the init scripts. If we do need a file like this, it belongs in the udev package itself.
* release udev-init-scripts 99William Hubbs2012-03-191-1/+1
|
* release udev-init-scripts 88William Hubbs2012-01-121-1/+1
|
* Rename to gentoo-init-scriptsWilliam Hubbs2012-01-121-1/+1
| | | | | I am renaming this for consistency; there is a misql-init-scripts in the tree, so we should follow that lead with our udev init scripts.
* release udev-gentoo-scripts 77William Hubbs2011-12-221-1/+1
|
* Release udev-gentoo-scripts 66William Hubbs2011-12-091-1/+1
|
* Release udev-gentoo-scripts-55William Hubbs2011-11-021-1/+1
|
* Update makefile dist target and add snapshot targetWilliam Hubbs2011-10-301-6/+11
| | | | | | | | The snapshot target makes a tarball named udev-gentoo-scripts.tar.bz2 which consists of whatever is at the current head of the master branch. The dist target makes a tarball based on the tag set in the VERSION makefile variable. This makes it possible to recreate a tarball of any released version of the scripts by doing make VERSION=whatever dist.
* remove shell-compat-KV.sh helperWilliam Hubbs2011-10-291-4/+0
| | | | | This code is used only in the udev init script, so we can merge it into the script. The tests were also updated to support this.
* Add kv_min variable to the udev init scriptWilliam Hubbs2011-10-291-4/+0
| | | | | | | | | The makefile was hard coding a value for the minimal kernel version into the init script. I feel that a better approach is to have a variable with a default value in the init script. For testing, it is possible to adjust the value in /etc/conf.d/udev. I deliberately did not document this in the conf.d file, because this is a value we would not want users to modify.
* remove warning about unreliable kernel/udev combinationWilliam Hubbs2011-10-291-2/+0
| | | | | | | | Udev upstream requires a certain version of the kernel to be run with udev. We had a test for a reliable kernel version to use with udev, but that version was lower than upstream's requirement. I do not see a reason to allow a version of the kernel lower than upstream's requirements to be run with udev.
* encorporate udev-mount script into udev scriptWilliam Hubbs2011-10-081-1/+1
| | | | | | | | | | udev-mount was a separate init script which mounted devtmpfs or a tmpfs filesystem on /dev for use with udev. This commit removes the separate udev-mount script and encorporates that code into the udev script. If you need to run it separately, you can do so with rc-service udev udev_mount or /etc/init.d/udev udev_mount.
* Remove reference to LIBDIR from all targetWilliam Hubbs2011-09-091-1/+1
|
* Revert "Add LIBDIR variable to Makefile"William Hubbs2011-09-091-2/+1
| | | | | This reverts commit 1f19637fa837356738cbafbff42a3247355ce671. This is being reverted due to Matthias' request.
* Add LIBDIR variable to MakefileWilliam Hubbs2011-09-061-1/+2
|
* Remove the shell-compat-addon helperWilliam Hubbs2011-09-051-1/+0
| | | | | This helper was used by the baselayout-1 addons. It is no longer needed since they have been removed.
* Remove baselayout-1 addonsWilliam Hubbs2011-09-041-4/+0
| | | | | Baselayout-1 has been removed from the tree, so we can remove the baselayout-1 addons.
* let "make test" and "make check" run the testsMatthias Schwarzott2011-07-151-1/+1
|
* Rearrange the directory structureWilliam Hubbs2011-07-121-16/+17
| | | | | This removes the rc directory from the repository and renames the directories to more closely match where things are ultimately installed.
* fix permissions on rules and modprobe configurationsWilliam Hubbs2011-07-121-2/+2
|
* use destdir only in install targetWilliam Hubbs2011-07-081-1/+0
| | | | | Destdir should not have a value assigned to it; it should only be used in the install target of the Makefile.
* Use shtest2 for testingMatthias Schwarzott2011-06-081-2/+1
| | | | Improve testcases a bit
* make dist: Add check for uncommited changesMatthias Schwarzott2011-06-081-1/+5
|