Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
a88d6fbf
Commit
a88d6fbf
authored
Apr 26, 2014
by
Martin Pitt
Browse files
debian/udev.udev-finish.upstart: Fix path to tmp-rules
debian/extra/rule_generator.functions creates them in /run/udev/.
parent
23cb06f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a88d6fbf
...
...
@@ -10,6 +10,10 @@ systemd (204-9) UNRELEASED; urgency=medium
don
't drop the module from the PAM config when uninstalling a
foreign-arch package. Related to Ubuntu bug #1295521.
[ Martin Pitt ]
* debian/udev.udev-finish.upstart: Fix path to tmp-rules,
debian/extra/rule_generator.functions creates them in /run/udev/.
-- Michael Biebl <biebl@debian.org> Sat, 26 Apr 2014 10:41:18 +0200
systemd (204-8) unstable; urgency=low
...
...
debian/udev.udev-finish.upstart
View file @
a88d6fbf
...
...
@@ -21,7 +21,7 @@ script
fi
# Copy any rules generated while the root filesystem was read-only
for file in /
dev/.udev
/tmp-rules--*
for file in /
run
/tmp-rules--*
do
[ -e "$file" ] || continue
cat "$file" >> "/etc/udev/rules.d/${file##*tmp-rules--}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment