From e5a94733cfa5e5110146f3639710e81b58db6316 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sun, 19 Jun 2005 14:18:43 +0000 Subject: * debian/patches/hurd_console_startup.patch: New patch, adding support for starting the Hurd console on bootup. * debian/hurd-console.default: New file. * debian/rules (install/hurd::) Install it into debian/tmp/etc/default. * debian/rules/hurd.install: Ship debian/tmp/etc/default/hurd-console. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 103c0a78..8aa16126 100755 --- a/debian/rules +++ b/debian/rules @@ -41,6 +41,8 @@ install/hurd:: # fakeroot package mv debian/tmp/bin/fakeroot debian/tmp/bin/fakeroot-hurd + install -m664 debian/hurd-console.default debian/tmp/etc/default/hurd-console + SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w binary-predeb/hurd:: -- cgit v1.2.3