diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-12-13 18:33:55 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-12-13 18:33:55 +0000 |
commit | 4bc595b8ccb41135e044f7ac1674302119a928a9 (patch) | |
tree | 708b7ed4946a038e974f86c301a9cc25e77199f5 | |
parent | - Update to 0.31 (diff) |
o Fix start-up point before openssl clients like named, hastd, kerberos...
o Add required tpmd (ports/emulators/tpm-emulator).
o Bump PORTREVISION, accordingly.
Notes
Notes:
svn path=/head/; revision=266249
-rw-r--r-- | security/trousers/Makefile | 2 | ||||
-rw-r--r-- | security/trousers/files/tcsd.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 51bac97677ba..800f7051dcd3 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -7,7 +7,7 @@ PORTNAME= trousers PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} diff --git a/security/trousers/files/tcsd.in b/security/trousers/files/tcsd.in index 0959bbe20225..388108738a3e 100644 --- a/security/trousers/files/tcsd.in +++ b/security/trousers/files/tcsd.in @@ -3,7 +3,8 @@ # $FreeBSD$ # # PROVIDE: tcsd -# REQUIRE: LOGIN +# REQUIRE: SERVER tpmd +# BEFORE: named hastd kerberos # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf |