| OLD | NEW |
| 1 # Copyright 1999-2009 Gentoo Foundation | 1 # Copyright 1999-2009 Gentoo Foundation |
| 2 # Copyright 2010 Google, Inc. | 2 # Copyright 2010 Google, Inc. |
| 3 # Distributed under the terms of the GNU General Public License v2 | 3 # Distributed under the terms of the GNU General Public License v2 |
| 4 # $Header$ | 4 # $Header$ |
| 5 | 5 |
| 6 EAPI="2" | 6 EAPI="2" |
| 7 | 7 |
| 8 inherit autotools base eutils linux-info | 8 inherit autotools base eutils linux-info |
| 9 | 9 |
| 10 DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" | 10 DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 dodoc AUTHORS ChangeLog NICETOHAVES README TODO | 60 dodoc AUTHORS ChangeLog NICETOHAVES README TODO |
| 61 use doc && dodoc doc/* | 61 use doc && dodoc doc/* |
| 62 newinitd "${FILESDIR}/tcsd.initd" tcsd | 62 newinitd "${FILESDIR}/tcsd.initd" tcsd |
| 63 newconfd "${FILESDIR}/tcsd.confd" tcsd | 63 newconfd "${FILESDIR}/tcsd.confd" tcsd |
| 64 } | 64 } |
| 65 | 65 |
| 66 pkg_postinst() { | 66 pkg_postinst() { |
| 67 elog "If you have problems starting tcsd, please check permissions and" | 67 elog "If you have problems starting tcsd, please check permissions and" |
| 68 elog "ownership on /dev/tpm* and ~tss/system.data" | 68 elog "ownership on /dev/tpm* and ~tss/system.data" |
| 69 } | 69 } |
| OLD | NEW |