/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: Björn Påhlsson
  • Date: 2010-09-12 18:23:40 UTC
  • mfrom: (426 mandos)
  • mto: (237.4.3 mandos-release)
  • mto: This revision was merged to the branch mainline in revision 428.
  • Revision ID: belorn@fukt.bsnet.se-20100912182340-09gzhdzd2a4zde5y
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        --expression='s/\(<a class="citerefentry" href="\)\("><span class="citerefentry"><span class="refentrytitle">\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g'
84
84
 
85
85
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
86
 
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo
 
86
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
 
87
        plugins.d/plymouth
87
88
CPROGS=plugin-runner $(PLUGINS)
88
89
PROGS=mandos mandos-keygen mandos-ctl $(CPROGS)
89
90
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
233
234
# Run the server with a local config
234
235
run-server: confdir/mandos.conf confdir/clients.conf
235
236
        @echo "#################################################################"
236
 
        @echo "# NOTE: Please IGNORE errors about \"No permission to bind to    #"
237
 
        @echo "# interface\" or \"Could not open file u'/var/run/mandos.pid'\" -  #"
238
 
        @echo "# they are harmless and are caused by the server not running as #"
239
 
        @echo "# root.  Do NOT run \"make run-server\" server as root if you did #"
240
 
        @echo "# not also unpack and compile it as root.                       #"
 
237
        @echo "# NOTE: Please IGNORE the error about \"Could not open file      #"
 
238
        @echo "# u'/var/run/mandos.pid'\" -  it is harmless and is caused by    #"
 
239
        @echo "# the server not running as root.  Do NOT run \"make run-server\" #"
 
240
        @echo "# server as root if you didn't also unpack and compile it thus. #"
241
241
        @echo "#################################################################"
242
242
        ./mandos --debug --no-dbus --configdir=confdir $(SERVERARGS)
243
243
 
306
306
        install --mode=u=rwxs,go=rx \
307
307
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
308
308
                plugins.d/askpass-fifo
 
309
        install --mode=u=rwxs,go=rx \
 
310
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
 
311
                plugins.d/plymouth
309
312
        install initramfs-tools-hook \
310
313
                $(INITRAMFSTOOLS)/hooks/mandos
311
314
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
356
359
                $(PREFIX)/lib/mandos/plugins.d/usplash \
357
360
                $(PREFIX)/lib/mandos/plugins.d/splashy \
358
361
                $(PREFIX)/lib/mandos/plugins.d/askpass-fifo \
 
362
                $(PREFIX)/lib/mandos/plugins.d/plymouth \
359
363
                $(INITRAMFSTOOLS)/hooks/mandos \
360
364
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
361
365
                $(INITRAMFSTOOLS)/scripts/init-premount/mandos \