--- debianutils-2.14.1.ebuild 2005-07-11 04:07:56.000000000 +0100 +++ debianutils-2.14.1-r1.ebuild 2005-07-11 04:11:02.000000000 +0100 @@ -38,3 +38,17 @@ dodoc changelog control fi } + +pkg_postinst() { + ewarn "" + ewarn "Please note that, as of debianutils-2.2, the default namespace for" + ewarn "cron/init scripts will only allow for lower case letters \"a-z\", digits" + ewarn "\"0-9\" and the hypen \"-\", known as the Debian namespace. This may affect" + ewarn "you if you rely upon the run-parts tool to execute scripts that contain" + ewarn "characters which are now considered invalid, such as the period \".\"!" + ewarn "Furthermore, the --lsbsysinit parameter has been added which adds support" + ewarn "for two LSB approved namespaces. For additional information, please refer" + ewarn "to the run-parts manpage and the LSB website. If you discover any" + ewarn "packages which are broken by this change then please file a bug." + ewarn "" +}