diff options
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/run.patch | 16 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/run.patch b/debian/patches/run.patch new file mode 100644 index 00000000..d1429c94 --- /dev/null +++ b/debian/patches/run.patch @@ -0,0 +1,16 @@ +Index: hurd/daemons/runsystem.sh +=================================================================== +--- hurd.orig/daemons/runsystem.sh 2011-12-06 01:30:23.371425299 +0100 ++++ hurd/daemons/runsystem.sh 2011-12-06 01:31:42.029647704 +0100 +@@ -61,6 +61,11 @@ if ! test -e /servers/socket/1 && which + settrans -c /servers/socket/1 /hurd/pflocal + fi + ++# until we properly start /etc/rcS.d ++rm -fr /run/* ++mkdir -p /run/lock /run/shm ++chmod 1777 /run/lock /run/shm ++ + # We expect to be started by console-run, which gives us no arguments and + # puts FALLBACK_CONSOLE=file-name in the environment if our console is + # other than a normal /dev/console. diff --git a/debian/patches/series b/debian/patches/series index 321e16cd..1474ac43 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -31,3 +31,4 @@ libpthread_globsigdisp.patch posix-sigcodes.patch random-default-fast.patch libexec.patch +run.patch |
