Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61483 Details for
Bug 95764
new version of trousers: 0.1.11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/tcsd.initd
tcsd.initd (text/plain), 841 bytes, created by
TGL
on 2005-06-19 04:28:43 UTC
(
hide
)
Description:
files/tcsd.initd
Filename:
MIME Type:
Creator:
TGL
Created:
2005-06-19 04:28:43 UTC
Size:
841 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > use logger > need net >} > >checkconfig() { > local mod > if [ -n "${TPM_MODULES}" ] ; then > for mod in ${TPM_MODULES} ; do > lsmod | grep -q "^${mod}\b" \ > || modprobe ${mod} &>/dev/null \ > || ewarn "Failed to load module ${mod}" > done > # Should we sleep or something to wait for device creation? > fi > if [ ! -c /dev/tpm ] && [ ! -c /dev/tpm0 ] ; then > eerror "No TPM device found!" > return 1 > fi > return 0 >} > >start() { > ebegin "Starting TrouSerS' TCS daemon (tcsd)" > checkconfig || eend $? > start-stop-daemon --start --quiet --exec /usr/sbin/tcsd > eend $? >} > >stop() { > ebegin "Stopping TrouSerS' TCS daemon (tcsd)" > start-stop-daemon --stop --quiet --exec /usr/sbin/tcsd > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 95764
:
61060
|
61098
|
61482
| 61483 |
61484