View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (+14 lines)
 Lines 38-40    Link Here 
               dodoc changelog control
               dodoc changelog control
       fi
       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 ""
}