diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-07-06 08:31:42 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-07-06 08:31:42 +0000 |
commit | 88834c385d32c6c122b56b228f15634d6506d662 (patch) | |
tree | 5bce14a22d03bbd3fcb2a7ca65252f8396716918 /app-crypt/trousers/files | |
parent | Revision bump, closing bug #97856 (diff) | |
download | historical-88834c385d32c6c122b56b228f15634d6506d662.tar.gz historical-88834c385d32c6c122b56b228f15634d6506d662.tar.bz2 historical-88834c385d32c6c122b56b228f15634d6506d662.zip |
version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/trousers/files')
-rw-r--r-- | app-crypt/trousers/files/digest-trousers-0.2.0 | 1 | ||||
-rw-r--r-- | app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-crypt/trousers/files/digest-trousers-0.2.0 b/app-crypt/trousers/files/digest-trousers-0.2.0 new file mode 100644 index 000000000000..53a59af91559 --- /dev/null +++ b/app-crypt/trousers/files/digest-trousers-0.2.0 @@ -0,0 +1 @@ +MD5 35c97c7cd8df050e1b4afaa7f8de6930 trousers-0.2.0.tar.gz 1363030 diff --git a/app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch b/app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch new file mode 100644 index 000000000000..05455ff306e9 --- /dev/null +++ b/app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch @@ -0,0 +1,28 @@ +--- Makefile.in.orig 2005-07-06 18:20:07.000000000 +1000 ++++ Makefile.in 2005-07-06 18:23:05.000000000 +1000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated by automake 1.8.3 from Makefile.am. ++# Makefile.in generated by automake 1.8.5 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +@@ -357,8 +357,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.am.orig 2005-07-06 18:20:02.000000000 +1000 ++++ Makefile.am 2005-07-06 18:20:39.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 |