Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bc5acb650e7bf67d68373a16b9d44079d9bdbb7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bc5acb650e7bf67d68373a16b9d44079d9bdbb7c)
  • Date: Fri, 31 Jul 2009 09:00:22 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +++
accounts | 1 +
groups | 2 ++
security-libs/trousers/HISTORY | 3 +++
security-libs/trousers/INSTALL | 3 +++
5 files changed, 12 insertions(+)

New commits:
commit 58a44b5224e2def467786227a2bab76d2d728b56
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

trousers: added account tss and groups tss + pkcs11 creation

diff --git a/ChangeLog b/ChangeLog
index 60d7c7e..63f4824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * accounts,groups: added tss account and pkcs11 + tss groups
+
2009-07-30 Arjan Bouter <abouter AT sourcemage.org>
* security-libs/opencryptoki: new spell, PKCS#11 implementation
* security-libs/openssl_tpm_engine: new spell, openssl TPM engine
diff --git a/accounts b/accounts
index f63372f..f359c98 100755
--- a/accounts
+++ b/accounts
@@ -78,4 +78,5 @@ nginx:164:170
halevt:165:172
oprofile:166:173
flowd:167:174
+tss:175:175
nobody:65534:65534
diff --git a/groups b/groups
index ca14b4f..afe2585 100755
--- a/groups
+++ b/groups
@@ -96,5 +96,7 @@ dialout:171:
halevt:172:
oprofile:173:
flowd:174:
+tss:175:
+pkcs11:176
users:1000:
nogroup:65534:
diff --git a/security-libs/trousers/HISTORY b/security-libs/trousers/HISTORY
index d7097fe..9f71c12 100644
--- a/security-libs/trousers/HISTORY
+++ b/security-libs/trousers/HISTORY
@@ -1,2 +1,5 @@
+2009-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * INSTALL: create account tss and groups tss and pkcs11
+
2009-07-30 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS, DEPENDS, INSTALL, PRE_BUILD, fixes.patch: spell created
diff --git a/security-libs/trousers/INSTALL b/security-libs/trousers/INSTALL
index 23f4c31..2667428 100755
--- a/security-libs/trousers/INSTALL
+++ b/security-libs/trousers/INSTALL
@@ -1,3 +1,6 @@
+create_group pkcs11 &&
+create_group tss &&
+create_account tss &&
default_install &&
cd ${SOURCE_DIRECTORY} &&
if is_depends_enabled ${SPELL} libselinux ; then



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bc5acb650e7bf67d68373a16b9d44079d9bdbb7c), Arjan Bouter, 07/31/2009

Archive powered by MHonArc 2.6.24.

Top of Page