summaryrefslogtreecommitdiff
path: root/rule_generator
AgeCommit message (Collapse)Author
2013-07-10rule-generator: make sure /etc/udev/rules.d/ exists prior to trying to write ↵Ian Stakenvicius
to it Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
2013-07-01rule_generator/rule_generator.functions: fix net rule generatorandrew-aladev
`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>
2013-04-04Removed hard-coded paths in rule-writer scriptsIan Stakenvicius
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>
2013-04-04Restored the rule generator bits from udev-171Ian Stakenvicius
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>