summaryrefslogtreecommitdiff
blob: 27d71151e07416a58f19075540d713e94c947dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.am.orig	2005-07-30 19:33:46.000000000 +1000
+++ Makefile.am	2005-07-30 19:34:09.000000000 +1000
@@ -9,8 +9,6 @@
 	/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
 
 install-exec-hook:
-	/usr/sbin/groupadd tss || true
-	/usr/sbin/useradd -r tss -g tss || true
 	/bin/chown tss:tss ${DESTDIR}/@sbindir@/tcsd
 	/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
--- Makefile.in.orig	2005-07-30 19:33:52.000000000 +1000
+++ Makefile.in	2005-07-30 19:34:22.000000000 +1000
@@ -369,8 +369,6 @@
 	/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
 
 install-exec-hook:
-	/usr/sbin/groupadd tss || true
-	/usr/sbin/useradd -r tss -g tss || true
 	/bin/chown tss:tss ${DESTDIR}/@sbindir@/tcsd
 	/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