~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to debian/systemd.links

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Michael Stapelberg, Daniel Schaal, Ondrej Balaz
  • Date: 2013-09-12 00:13:11 UTC
  • mfrom: (1.1.11) (9.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: package-import@ubuntu.com-20130912001311-dz35it34wr2lbday
Tags: 204-3
[ Michael Biebl ]
* Upload to unstable.
* Use /bin/bash in debug-shell.service as Debian doesn't have /sbin/sushell.
* Only import net.ifaces cmdline property for network devices.
* Generate strict dependencies between the binary packages using a
  shlibs.local file and add an explicit versioned dependency on
  libsystemd-login0 to systemd to ensure packages are upgraded in sync.
  Closes: #719444
* Drop obsolete Replaces: libudev0 from udev package.
* Use correct paths for various binaries, like /sbin/quotaon, which are
  installed in / and not /usr in Debian.  Closes: #721347
* Don't install kernel-install(8) man page since we don't install the
  corresponding binary either.  Closes: #722180
* Cherry-pick upstream fixes to make switching runlevels and starting
  reboot via ctrl-alt-del more robust.
* Cherry-pick upstream fix to properly apply ACLs to Journal files.

[ Michael Stapelberg ]
* Make systemctl enable|disable call update-rc.d for SysV init scripts.
  Closes: #709780
* Don't mount /tmp as tmpfs by default and make it possible to enable this
  feature via "systemctl enable tmp.mount".

[ Daniel Schaal ]
* Add bug-script to systemd and udev.  Closes: #711245

[ Ondrej Balaz ]
* Recognize discard option in /etc/crypttab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/lib/systemd/system/systemd-random-seed-load.service /lib/systemd/system/urandom.service
4
4
/lib/systemd/system/systemd-sysctl.service /lib/systemd/system/procps.service
5
5
 
 
6
/lib/systemd/system/rc-local.service /lib/systemd/system/rc.local.service
 
7
 
6
8
/lib/systemd/system/systemd-modules-load.service /lib/systemd/system/module-init-tools.service
7
9
/lib/systemd/system/systemd-modules-load.service /lib/systemd/system/kmod.service
8
10
/etc/modules /etc/modules-load.d/modules.conf
22
24
/dev/null /lib/systemd/system/stop-bootlogd-single.service
23
25
/dev/null /lib/systemd/system/stop-bootlogd.service
24
26
 
25
 
# These are pointless, /etc/mtab should be a symlink
26
 
/dev/null /lib/systemd/system/mtab.service
27
 
/dev/null /lib/systemd/system/udev-mtab.service
28
 
 
29
27
# systemd sets the hwclock internally
30
28
# http://cgit.freedesktop.org/systemd/systemd/commit/?id=7948c4dfbea73ac21250b588089039aa17a90386
31
29
/dev/null /lib/systemd/system/hwclock.service
41
39
/dev/null /lib/systemd/system/mountnfs-bootclean.service
42
40
/dev/null /lib/systemd/system/checkfs.service
43
41
# We need checkroot as synchronisation point, so symlink it to remount-rootfs
44
 
/lib/systemd/system/remount-rootfs.service /lib/systemd/system/checkroot.service
 
42
/lib/systemd/system/systemd-remount-fs.service /lib/systemd/system/checkroot.service
45
43
# checkroot-bootclean cleans up directories before mounting a tmpfs
46
44
# over it. As systemd handles mounts differently, mask this service.
47
45
/dev/null /lib/systemd/system/checkroot-bootclean.service
57
55
 
58
56
# Run fixups early
59
57
/lib/systemd/system/debian-fixup.service /lib/systemd/system/sysinit.target.wants/debian-fixup.service
60
 
# debian-enable-units requires a ready-to-use /tmp so run it in basic.target *after* sysinit.target
61
 
/lib/systemd/system/debian-enable-units.service /lib/systemd/system/basic.target.wants/debian-enable-units.service
62
58
# Compat symlink
63
59
/lib/systemd/systemd /bin/systemd
64
60