summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 23:07:20 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 23:07:20 +0000
commit331626d020c7cd568d78220760568f5bb0b6d412 (patch)
tree8a126139a37d1519891bd3f86f858cb48744b8ce /debian/patches
parent2d022fc2bd8c1e5020d8ea8b6a7fa36434ecc427 (diff)
parent661f40594b1d1684e14ba82fb3d8143eba205366 (diff)
Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/libexec.patch2
-rw-r--r--debian/patches/run.patch3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches/libexec.patch b/debian/patches/libexec.patch
index f73ea587..12b5a01d 100644
--- a/debian/patches/libexec.patch
+++ b/debian/patches/libexec.patch
@@ -14,7 +14,7 @@ index 6a548d5..d10bfcc 100644
-tty5 "/libexec/getty 38400" hurd on secure trusted console
-tty6 "/libexec/getty 38400" hurd on secure trusted console
-#com0 "/libexec/getty 9600" dialup on secure
-+console "/sbin/getty 9600" mach-color on secure trusted console
++console "/sbin/getty 9600" mach-gnu-color on secure trusted console
+tty1 "/sbin/getty 38400" hurd on secure trusted console
+tty2 "/sbin/getty 38400" hurd on secure trusted console
+tty3 "/sbin/getty 38400" hurd on secure trusted console
diff --git a/debian/patches/run.patch b/debian/patches/run.patch
index 6c9dfa60..50f584fb 100644
--- a/debian/patches/run.patch
+++ b/debian/patches/run.patch
@@ -2,7 +2,7 @@ Index: hurd/daemons/rc.sh
===================================================================
--- hurd.orig/daemons/rc.sh 2011-12-06 02:51:32.000000000 +0100
+++ hurd/daemons/rc.sh 2011-12-06 02:52:16.000000000 +0100
-@@ -98,6 +98,12 @@
+@@ -98,6 +98,13 @@
chgrp utmp utmp
fi; })
fi
@@ -11,6 +11,7 @@ Index: hurd/daemons/rc.sh
+rm -fr /run/*
+mkdir -p /run/lock /run/shm
+chmod 1777 /run/lock /run/shm
++: > /run/utmp
+
echo done