~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01-tss-user.patch

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
 uninstall-hook:
25
25
        /usr/sbin/userdel tss || true
26
 
--- a/dist/Makefile.in
27
 
+++ b/dist/Makefile.in
28
 
@@ -364,15 +364,15 @@
29
 
 
30
 
 install: install-exec-hook
31
 
        if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
32
 
-       /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
33
 
-       /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
34
 
+#      /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
35
 
+#      /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
36
 
 
37
 
 install-exec-hook:
38
 
        /usr/sbin/groupadd tss || true
39
 
        /usr/sbin/useradd -r tss -g tss || true
40
 
        /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
41
 
-       /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
42
 
-       /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
43
 
+#      /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
44
 
+#      /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
45
 
 
46
 
 uninstall-hook:
47
 
        /usr/sbin/userdel tss || true