dbe8d7ad03
Added lcp_writepol -Z option.
28 lines
1.4 KiB
Diff
28 lines
1.4 KiB
Diff
--- trousers-0.3.11/dist/Makefile.in 2013-08-14 06:49:37.597558787 +0200
|
|
+++ trousers-0.3.11/dist/Makefile.in 2013-08-14 06:50:07.134510774 +0200
|
|
@@ -363,16 +363,16 @@
|
|
uninstall uninstall-am uninstall-hook
|
|
|
|
install: install-exec-hook
|
|
- if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
|
|
- /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
|
|
- /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
|
|
+# echo if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
|
|
+ echo /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
|
|
+ echo /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
|
|
|
|
install-exec-hook:
|
|
- /usr/sbin/groupadd tss || true
|
|
- /usr/sbin/useradd -r tss -g tss || true
|
|
- /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
|
|
- /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
|
|
- /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
|
|
+ echo /usr/sbin/groupadd tss || true
|
|
+ echo /usr/sbin/useradd -r tss -g tss || true
|
|
+ echo /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
|
|
+ echo /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
|
|
+ echo /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
|
|
|
|
uninstall-hook:
|
|
/usr/sbin/userdel tss || true
|