~ubuntu-branches/debian/squeeze/ecryptfs-utils/squeeze

« back to all changes in this revision

Viewing changes to src/utils/manager.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-17 09:21:46 UTC
  • mfrom: (16.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091017092146-mx8azups35026ux3
Tags: 81-2
* Adding patch from upstream to ecryptfs-setup-private, in order to
  not incorrectly assume that the home/private directory ownerships
  should be owned by USER:USER but USER:GROUP.
* Minimizing rules file.
* Sorting and wrapping depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
#include <errno.h>
23
 
#include <gcrypt.h>
24
23
#include <getopt.h>
 
24
#include <sys/types.h>
25
25
#include <keyutils.h>
26
26
#include <stdio.h>
27
27
#include <stdlib.h>