259N/A--- dist/Makefile.in.old 2010-07-08 13:35:29.000000000 -0700
259N/A+++ dist/Makefile.in 2011-05-19 11:42:08.747116771 -0700
259N/A@@ -364,19 +364,13 @@
259N/A
259N/A install: install-exec-hook
259N/A if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
259N/A- /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
259N/A /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
259N/A
259N/A install-exec-hook:
259N/A- /usr/sbin/groupadd tss || true
259N/A- /usr/sbin/useradd -r tss -g tss || true
259N/A /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
259N/A- /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
259N/A /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
259N/A
259N/A uninstall-hook:
259N/A- /usr/sbin/userdel tss || true
259N/A- /usr/sbin/groupdel tss || true
259N/A
259N/A # Tell versions [3.59,3.63) of GNU make to not export all variables.
259N/A # Otherwise a system limit (for SysV at least) may be exceeded.