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

Rename all D-Bus properties to conform to D-Bus naming conventions;
all programs changed.

Also rename client setting "approved_delay" to "approval_delay", and
"approved_duration" to "approval_duration"; all programs changed.

* mandos (ClientDBus.NeedApproval): Bug fix: send an UInt64, not a
                                    float.
  (ClientDBus.ApprovedByDefault_dbus_property,
  ClientDBus.ApprovalDelay_dbus_property,
  ClientDBus.ApprovalDuration_dbus_property): Bug fix: send
                                              PropertyChanged signal.

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
270
268
        install --mode=u=rwx,go=rx init.d-mandos \
271
269
                $(DESTDIR)/etc/init.d/mandos
272
270
        install --mode=u=rw,go=r default-mandos \
376
374
 
377
375
purge-server: uninstall-server
378
376
        -rm --force $(CONFDIR)/mandos.conf $(CONFDIR)/clients.conf \
379
 
                $(DESTDIR)/etc/dbus-1/system.d/mandos.conf
380
377
                $(DESTDIR)/etc/default/mandos \
381
378
                $(DESTDIR)/etc/init.d/mandos \
382
379
                $(DESTDIR)/var/run/mandos.pid