diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/run.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/run.patch b/debian/patches/run.patch index 50f584fb..a4fd4eb6 100644 --- a/debian/patches/run.patch +++ b/debian/patches/run.patch @@ -1,7 +1,7 @@ -Index: hurd/daemons/rc.sh +Index: hurd-debian/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 +--- hurd-debian.orig/daemons/rc.sh 2013-09-16 10:29:05.000000000 +0000 ++++ hurd-debian/daemons/rc.sh 2013-09-16 10:29:05.000000000 +0000 @@ -98,6 +98,13 @@ chgrp utmp utmp fi; }) @@ -15,4 +15,4 @@ Index: hurd/daemons/rc.sh + echo done - # This file must exist for e2fsck to work. XXX + # This file must exist for e2fsck to work. |