~ubuntu-branches/debian/jessie/systemd/jessie

« back to all changes in this revision

Viewing changes to debian/patches/v44..debian-units_44-1

  • Committer: Package Import Robot
  • Author(s): Tollef Fog Heen, Tollef Fog Heen, Michael Biebl
  • Date: 2012-04-03 19:59:17 UTC
  • mfrom: (1.1.10) (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120403195917-l532urrbg4pkreas
Tags: 44-1
[ Tollef Fog Heen ]
* New upstream version.
  - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
    archs
  - Backport 5a2a2a1: journal: react with immediate rotation to a couple
    of more errors
  - Backport 693ce21: util: never follow symlinks in rm_rf_children()
    Fixes CVE-2012-1174, closes: #664364
* Drop output message from init-functions hook, it's pointless.
* Only rmdir /lib/init/rw if it exists.
* Explicitly order debian-fixup before sysinit.target to prevent a
  possible race condition with the creation of sockets.  Thanks to
  Michael Biebl for debugging this.
* Always restart the initctl socket on upgrades, to mask sysvinit
  removing it.

[ Michael Biebl ]
* Remove workaround for non-interactive sessions from pam config again.
* Create compat /dev/initctl symlink in case we are upgrading from a system
  running a newer version of sysvinit (using /run/initctl) and sysvinit is
  replaced with systemd-sysv during the upgrade. Closes: #663219
* Install new man pages.
* Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/src/journal/systemd-journald.conf b/src/journal/systemd-journald.conf
 
2
index 710b0aa..04cb3c3 100644
 
3
--- a/src/journal/systemd-journald.conf
 
4
+++ b/src/journal/systemd-journald.conf
 
5
@@ -22,4 +22,4 @@
 
6
 #ForwardToSyslog=yes
 
7
 #ForwardToKMsg=no
 
8
 #ForwardToConsole=no
 
9
-#ImportKernel=yes
 
10
+ImportKernel=no
 
11
diff --git a/tmpfiles.d/legacy.conf b/tmpfiles.d/legacy.conf
 
12
index 9198e89..c357b18 100644
 
13
--- a/tmpfiles.d/legacy.conf
 
14
+++ b/tmpfiles.d/legacy.conf
 
15
@@ -17,6 +17,6 @@
 
16
 # On modern systems a BSD file lock is a better choice if
 
17
 # serialization is needed on those devices.
 
18
 
 
19
-d /run/lock 0755 root root -
 
20
+d /run/lock 1777 root root -
 
21
 d /run/lock/subsys 0755 root root -
 
22
-d /run/lock/lockdev 0775 root lock -
 
23
+d /run/lock/lockdev 0775 root root -
 
24
diff --git a/units/remote-fs.target b/units/remote-fs.target
 
25
index a48f87e..61920d8 100644
 
26
--- a/units/remote-fs.target
 
27
+++ b/units/remote-fs.target
 
28
@@ -9,6 +9,7 @@
 
29
 
 
30
 [Unit]
 
31
 Description=Remote File Systems
 
32
+After=local-fs.target
 
33
 
 
34
 [Install]
 
35
 WantedBy=multi-user.target
 
36
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service
 
37
index 7b63752..53d0f31 100644
 
38
--- a/units/remount-rootfs.service
 
39
+++ b/units/remount-rootfs.service
 
40
@@ -10,7 +10,7 @@ Description=Remount Root FS
 
41
 DefaultDependencies=no
 
42
 Conflicts=shutdown.target
 
43
 After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service
 
44
-Before=local-fs-pre.target local-fs.target shutdown.target
 
45
+Before=local-fs-pre.target local-fs.target shutdown.target mountoverflowtmp.service
 
46
 Wants=local-fs-pre.target
 
47
 
 
48
 [Service]