~ubuntu-branches/ubuntu/hardy/trousers/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/02_defaultgroup__tcsd.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-01-23 22:03:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123220300-fhtqja3c0oq0gp6z
Tags: 0.3.1-4
* Added patch from Aaron M. Ucko <ucko@debian.org> to allow trousers to
  build successfully on amd64, and presumably also other 64-bit
  architectures (Closes: #457400).
* Including udev rule for /dev/tpm from William Lima
  <wlima.amadeus@gmail.com> as suggested by David Smith <dds@google.com>
  (Closes: #459682).
* Added lintian overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 02_defaultgroup__tcsd.dpatch by William Lima <wlima.amadeus@gmail.com>
3
 
##
4
 
## DP: friendly group name
5
 
 
6
 
@DPATCH@
7
 
 
8
 
--- trousers-0.2.9.1.orig/src/include/tcsd.h    2006-12-14 20:57:20.000000000 -0200
9
 
+++ trousers-0.2.9.1/src/include/tcsd.h 2007-06-04 16:06:25.000000000 -0300
10
 
@@ -34,8 +34,8 @@ struct tcsd_config
11
 
 
12
 
 #define TCSD_CONFIG_FILE       ETC_PREFIX "/tcsd.conf"
13
 
 
14
 
-#define TSS_USER_NAME          "tss"
15
 
-#define TSS_GROUP_NAME         "tss"
16
 
+#define TSS_USER_NAME          "tpm"
17
 
+#define TSS_GROUP_NAME         "tpm"
18
 
 
19
 
 #define TCSD_DEFAULT_MAX_THREADS       10
20
 
 #define TCSD_DEFAULT_SYSTEM_PS_FILE    VAR_PREFIX "/lib/tpm/system.data"