/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to debian/rules

* plugins.d/splashy.c (main): Do not abort if a process vanishes while
                              investigating it.
* plugins.d/usplash.c (main): - '' -  Also removed unnecessary code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        dh_installdirs --indep
48
48
        $(MAKE) DESTDIR=$(CURDIR)/debian/mandos install-server
49
49
        dh_lintian
50
 
        dh_installinit --onlyscripts \
 
50
        dh_installinit --onlyscripts --no-start \
51
51
                --update-rcd-params="defaults 25 15"
52
52
        dh_install --indep
53
53