[Pkg-sysvinit-commits] r1793 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at alioth.debian.org
Wed Sep 30 12:00:49 UTC 2009
Author: pere
Date: 2009-09-30 12:00:43 +0000 (Wed, 30 Sep 2009)
New Revision: 1793
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/sysv-rc.postinst
Log:
Include url to wiki page with information on how to fix the
problems when unable to migrate to dependency based boot
sequencing.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-09-30 11:23:56 UTC (rev 1792)
+++ sysvinit/trunk/debian/changelog 2009-09-30 12:00:43 UTC (rev 1793)
@@ -28,6 +28,9 @@
* Add patch 63_init_keep_utf8_ttyflag.patch to make sure the utf-8
tty flag is not cleared (Closes: 547073). Patch from Samuel
Thibault.
+ * Include url to wiki page with information on how to fix the
+ problems when unable to migrate to dependency based boot
+ sequencing.
[ Henrique de Moraes Holschuh ]
* invoke-rc.d: return exit status 4 when action "status" is denied,
Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst 2009-09-30 11:23:56 UTC (rev 1792)
+++ sysvinit/trunk/debian/sysv-rc.postinst 2009-09-30 12:00:43 UTC (rev 1793)
@@ -177,8 +177,15 @@
if try_to_convert ; then
:
else
- echo "error: Unable to migrate to dependency based boot sequencing." 1>&2
- echo "error: Problems detected: $PROBLEMATIC" 1>&2
+ cat 1>&1 <<EOF
+
+error: Unable to migrate to dependency based boot sequencing.
+error: Problems detected: $PROBLEMATIC
+
+See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
+more information about dependency based boot sequencing. To
+reattempt the migration process run 'dpkg-reconfigure sysv-rc'.
+EOF
fi
fi
if dpkg --compare-versions "$2" lt 2.87dsf-5 ; then
More information about the Pkg-sysvinit-commits
mailing list