/mandos/trunk

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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Teddy Hogeborn
  • Date: 2009-01-08 03:54:06 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090108035406-01uqkv9xqgxlnw7c
Change the default value of the "checker" option command to make the
checker command be run-time dependent on the "host" client attribute
instead of reading it only once on startup:

* clients.conf (checker): Changed default commented-out value to
                          "fping -q -- %%(host)s".
* mandos (main): Changed default value for the "checker" config option
                 to "fping -q -- %%(host)s".
* mandos-clients.conf.xml (OPTIONS): Document changed default value.
  (EXAMPLE): Changed value of "checker".

* plugins.d/password-prompt.c: Whitespace changes only.

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 --no-start
 
50
        dh_installinit --onlyscripts --no-start \
 
51
                --update-rcd-params="defaults 25 15"
51
52
        dh_install --indep
52
53
 
53
54
install-arch:
64
65
        dh_testroot
65
66
        dh_installchangelogs
66
67
        dh_installdocs
67
 
#       dh_installdebconf
68
68
        dh_link
69
69
        dh_strip
70
70
        dh_compress
71
71
        dh_fixperms --exclude etc/keys/mandos \
72
72
                --exclude etc/mandos/clients.conf \
 
73
                --exclude etc/mandos/plugins.d \
73
74
                --exclude usr/lib/mandos/plugins.d
74
75
        dh_installdeb
75
76
        dh_shlibdeps