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
fa416c2e
Commit
fa416c2e
authored
Nov 02, 2010
by
Tollef Fog Heen
Browse files
Stop messing with runlevel5/multi-user.target symlink
This is handled correctly upstream, so remove local hack.
parent
80edfaee
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fa416c2e
...
...
@@ -3,6 +3,8 @@ systemd (11-2) experimental; urgency=low
* Tighten depends from systemd-* on systemd to ensure they're upgraded
in lockstep. Thanks to Michael Biebl for the patch.
* Add missing #DEBHELPER# token to libpam-systemd
* Stop messing with runlevel5/multi-user.target symlink, this is handled
correctly upstream.
--
...
...
debian/rules
View file @
fa416c2e
...
...
@@ -5,6 +5,7 @@
override_dh_install:
rm debian/tmp/usr/share/doc/systemd/LICENSE
rm debian/tmp/lib/security/pam_systemd.la
dh_install -O--parallel --fail-missing
dh_install -plibpam-systemd debian/pam-configs /usr/share
sed -i 's/#\(Mount\|Swap\)Auto=yes/\1Auto=no/' debian/systemd/etc/systemd/system.conf
...
...
@@ -13,11 +14,5 @@ override_dh_install:
override_dh_auto_configure:
dh_auto_configure -- --with-rootdir= --with-udevrulesdir=/lib/udev/rules.d
override_dh_auto_install:
dh_auto_install
rm debian/tmp/lib/systemd/system/runlevel5.target
rm debian/tmp/lib/security/pam_systemd.la
dh_link /lib/systemd/system/multi-user.target lib/systemd/system/runlevel5.target
%:
dh --parallel $@
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