aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Forward-ported network rule-generator code from eudev-1.10v3.1.43.1.4Ian Stakenvicius2015-09-254-0/+374
|
* rule_generator: remove legacy codeAnthony G. Basile2015-02-116-513/+0
|
* rule-generator: make sure /etc/udev/rules.d/ exists prior to trying to write ↵Ian Stakenvicius2013-07-101-0/+4
| | | | | | to it Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
* rule_generator/rule_generator.functions: fix net rule generatorandrew-aladev2013-07-011-3/+3
| | | | | | | | | `udevadm info --run` no longer returns the correct run directory so we hard code it as "/run/udev/" X-Gentoo-Bug: 475276 X-Gentoo-Bug-URL: https://bugs.gentoo.org/475276 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Removed hard-coded paths in rule-writer scriptsIan Stakenvicius2013-04-042-4/+4
| | | | | | | | Both scripts had hard-coded paths to 'rule_generator.functions'; these were changed to be substituted in by configure so the paths will match where files are installed.øy Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Restored the rule generator bits from udev-171Ian Stakenvicius2013-04-046-0/+509
This restores the rule generator scripts for the persistent network and optical device rule generator scripts that were removed after udev-171, and re-introduces their installation to the build system. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>