From 573055eb4f44e819f983f083c52716bdec8edf14 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 5 Nov 2015 23:17:39 +0100 Subject: sync with upstream packaging --- debian/patches/run.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/patches/run.patch (limited to 'debian/patches/run.patch') diff --git a/debian/patches/run.patch b/debian/patches/run.patch new file mode 100644 index 00000000..3588ddb0 --- /dev/null +++ b/debian/patches/run.patch @@ -0,0 +1,16 @@ +--- a/daemons/rc.sh ++++ b/daemons/rc.sh +@@ -98,6 +98,13 @@ + chgrp utmp utmp + fi; }) + fi ++ ++# until we properly start /etc/rcS.d ++rm -fr /run/* ++mkdir -p /run/lock /run/shm ++chmod 1777 /run/lock /run/shm ++: > /run/utmp ++ + echo done + + # See whether procfs is set up -- cgit v1.2.3