Quoting Samuel Thibault (2014-04-08 01:39:28) > Gabriele Giacone, le Tue 01 Apr 2014 13:07:21 +0200, a écrit : > > diff --git a/debian/initscripts.postinst b/debian/initscripts.postinst > > index 7288c2c..731d360 100755 > > --- a/debian/initscripts.postinst > > +++ b/debian/initscripts.postinst > > @@ -243,13 +243,12 @@ then > > if [ "$current" != "$new" ]; then > > echo "Switching from runsystem.$current to runsystem.$new." > > echo > > + echo "You can use update-alternatives --config runsystem to > > select" > > + echo "the runsystem to use." > > + echo > > + echo "You must use halt-hurd or reboot-hurd to halt or reboot the" > > + echo "system whenever you change the runsystem." > > fi > > - > > - echo "You can use update-alternatives --config runsystem to select" > > - echo "the runsystem to use." > > - echo > > - echo "You must use halt-hurd or reboot-hurd to halt or reboot the" > > - echo "system whenever you change the runsystem." > > fi > > > > # Ensure we have a random seed on first boot. > > Well, I don't really have an opinion on this: it's good to remind the > user how to do it. Justus, what do you think?
I also thought that it is a good idea to print that message. Ironically, when we switched to runsystem.sysv by default by lowering the priority of runsystem.gnu in the hurd package, it didn't get displayed. So yes, it might be a good idea to just display this message unconditionally as it was done before so that it is displayed every once in a while. Justus -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

