diff options
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/libexec.patch | 2 | ||||
| -rw-r--r-- | debian/patches/run.patch | 3 |
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 |
