~ubuntu-branches/ubuntu/oneiric/ecryptfs-utils/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland, Paolo Bonzini, Dustin Kirkland
  • Date: 2011-03-09 13:31:29 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20110309133129-m1ew1it62z0fatm7
Tags: 87-0ubuntu1
[ Paolo Bonzini <pbonzini@redhat.com> ]
* src/utils/ecryptfs-setup-private: update the Private.* selinux
  contexts

[ Dustin Kirkland ]
* src/utils/ecryptfs-setup-private:
  - add -p to mkdir, address noise for a non-error
  - must insert keys during testing phase, since we remove keys on
    unmount now, LP: #725862
* src/utils/ecryptfs_rewrap_passphrase.c: confirm passphrases in
  interactive mode, LP: #667331

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
50
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
51
51
        $(top_srcdir)/m4/ac_python_devel.m4 \
52
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
53
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
54
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
52
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
53
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
54
        $(top_srcdir)/m4/lt~obsolete.m4 \
55
55
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
56
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
57
        $(ACLOCAL_M4)