/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 at bsnet
  • Date: 2010-09-10 17:06:26 UTC
  • mto: This revision was merged to the branch mainline in revision 427.
  • Revision ID: teddy@fukt.bsnet.se-20100910170626-exo8e7ptkb9ncg29
* Makefile (install-server): Install dbus-mandos.conf as
                             "/etc/dbus-1/system.d/mandos.conf".
  (purge-server): Remove "/etc/dbus-1/system.d/mandos.conf".

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
                mandos.conf
266
266
        install --mode=u=rw --target-directory=$(CONFDIR) \
267
267
                clients.conf
 
268
        install --mode=u=rw,go=r dbus-mandos.conf \
 
269
                $(DESTDIR)/etc/dbus-1/system.d/mandos.conf
268
270
        install --mode=u=rwx,go=rx init.d-mandos \
269
271
                $(DESTDIR)/etc/init.d/mandos
270
272
        install --mode=u=rw,go=r default-mandos \
374
376
 
375
377
purge-server: uninstall-server
376
378
        -rm --force $(CONFDIR)/mandos.conf $(CONFDIR)/clients.conf \
 
379
                $(DESTDIR)/etc/dbus-1/system.d/mandos.conf
377
380
                $(DESTDIR)/etc/default/mandos \
378
381
                $(DESTDIR)/etc/init.d/mandos \
379
382
                $(DESTDIR)/var/run/mandos.pid