diff options
author | Michael Banck <mbanck@debian.org> | 2005-06-19 14:18:43 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-06-19 14:18:43 +0000 |
commit | e5a94733cfa5e5110146f3639710e81b58db6316 (patch) | |
tree | eea2ef4b162fd9981bc09b78d36ec3cfe5ebf2da /debian/rules | |
parent | 6e8c617dd37e802363936f8837c6fc94e8a9b771 (diff) |
* 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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
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:: |