/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 Makefile

  • Committer: Teddy Hogeborn
  • Date: 2008-08-22 00:16:20 UTC
  • mfrom: (24.1.57 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080822001620-vxpn1evy0t0kyvj0
* clients.conf ([DEFAULT]/checker): Update to new default value.

* mandos (Client.start_checker): Bug fix: OSError, not
                                 subprocess.OSError.
  (main): Use "fping -q -- %(host)s" instead of "fping -q --
          %%(host)s" as default value for "checker".  Always redirect
          stdin to be from /dev/null, even if in debug mode.

* mandos-clients.conf.xml (DESCRIPTION): Improved wording and refer to
                                         the EXPANSION section.
  (OPTIONS): Added synopsis and improved wording for "checker",
             "fingerprint", and "secret".  Refer to the RUNTIME
             EXPANSION section for the "checker" option.
  (EXAMPLE): Update to new default value for "checker".

* mandos-keygen (trap): Split lines and add "set +e".

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
OPTIMIZE=-Os
15
15
LANGUAGE=-std=gnu99
16
16
# PREFIX=/usr/local
17
 
PREFIX=$(DESTDIR)/usr
 
17
PREFIX=/usr
18
18
# CONFDIR=/usr/local/lib/mandos
19
 
CONFDIR=$(DESTDIR)/etc/mandos
 
19
CONFDIR=/etc/mandos
20
20
# MANDIR=/usr/local/man
21
 
MANDIR=$(DESTDIR)/usr/share/man
 
21
MANDIR=/usr/share/man
22
22
 
23
23
GNUTLS_CFLAGS=$(shell libgnutls-config --cflags)
24
24
GNUTLS_LIBS=$(shell libgnutls-config --libs)
43
43
        $(notdir $<); \
44
44
        $(MANPOST) $(notdir $@)
45
45
# DocBook-to-man post-processing to fix a \n escape bug
46
 
MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
 
46
MANPOST=sed --in-place --expression='s,\\en,\en,g;s,\\een,\\en,g'
47
47
 
48
48
PLUGINS=plugins.d/password-prompt plugins.d/password-request
49
49
PROGS=plugin-runner $(PLUGINS)
104
104
install: install-server install-client
105
105
 
106
106
install-server: doc
107
 
        install --directory --parents $(CONFDIR) $(MANDIR)/man5 \
 
107
        mkdir --mode=0755 --parents $(CONFDIR) $(MANDIR)/man5 \
108
108
                $(MANDIR)/man8
109
109
        install --mode=0755 mandos $(PREFIX)/sbin/mandos
110
110
        install --mode=0644 --target-directory=$(CONFDIR) mandos.conf
118
118
                > $(MANDIR)/man5/mandos-clients.conf.5.gz
119
119
 
120
120
install-client: all doc /usr/share/initramfs-tools/hooks/.
121
 
        install --directory --parents $(PREFIX)/lib/mandos \
122
 
                $(CONFDIR) $(MANDIR)/man8
123
 
        install --directory --mode=0700 $(PREFIX)/lib/mandos/plugins.d
 
121
        mkdir --mode=0755 --parents $(PREFIX)/lib/mandos $(CONFDIR) \
 
122
                $(MANDIR)/man8
 
123
        -mkdir --mode=0700 $(PREFIX)/lib/mandos/plugins.d
124
124
        chmod u=rwx,g=,o= $(PREFIX)/lib/mandos/plugins.d
125
125
        install --mode=0755 --target-directory=$(PREFIX)/lib/mandos \
126
126
                plugin-runner