From d4e6a14eb3fad1b43a21214db139db441025baf5 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 1 Feb 2012 17:37:12 +0100 Subject: rename {halt,reboot} to {halt,reboot}-hurd ... and handle them as slaves of the runsystem alternative. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b247fed6..094f3a56 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,11 @@ install/hurd:: mv debian/tmp/bin/vmstat debian/tmp/usr/bin/vmstat-hurd mv debian/tmp/bin/w debian/tmp/usr/bin/w-hurd + # move away halt and reboot to not conflict with sysvinit + # (they will be handled as alternatives) + mv debian/tmp/sbin/halt debian/tmp/sbin/halt-hurd + mv debian/tmp/sbin/reboot debian/tmp/sbin/reboot-hurd + install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console install -m664 $(DEB_SRCDIR)/console/motd.UTF8 debian/hurd/etc/ -- cgit v1.2.3