summaryrefslogtreecommitdiff
path: root/init-functions.d
Commit message (Collapse)AuthorAge
* Revert "Add 01-upstart-lsb from the upstart package, and make executing rc.d ↵Didier Raboud2016-06-01
| | | | | | | | | | | | | scripts no-op if there is an upstart job for that script" This reverts commit 3ce3a48572b780c9ee3162d117762725bdf325d8. The upstart package should have shipped this file in the first place. Upstart is now removed from Debian. This file should probably be adopted by any future (or other-distro) upstart package. Closes: #825946 Thanks-To: Michael Biebl <biebl@debian.org>
* Add 01-upstart-lsb from the upstart package, and make executing rc.d scripts ↵Stéphane Graber2016-01-09
| | | | | | no-op if there is an upstart job for that script Changed-By: Dimitri John Ledkov <xnox@ubuntu.com> Fri, 30 May 2014 11:38:47 +0200
* Drop one more unnecessary use of /bin/echo -nDidier Raboud2013-06-05
| | | | | Rationale was listed in commit 3d998a9ef130cf67baa4be977fdf505d6a3e4c9e but this commit forgot the remaining one in init-functions.d/.
* Safe-guard calls to echo with || true.Didier Raboud2012-05-22
| | | | | | | | | | This helps towards making sure init.d scripts called with `set -e` continue to work, see #661002. In particular, this avoids blocking all init.d scripts run on a terminal where civis and cnorm are capabilities not available, such as cmd.exe . Thanks-to: Sam Hocevar <sho@debian.org>
* Move the "left info blocks" code to a hook.Didier Raboud2012-05-15
|
* Put the Ubuntu logging functions in the hooks directory.Didier Raboud2012-05-15
Add the needed maintscript helper to remove the untouched lsb-base-logging.sh; including Pre-Dependency on recent-enough dpkg.