summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2011-08-20 08:27:46 +0000
committerSven Wegener <swegener@gentoo.org>2011-08-20 08:27:46 +0000
commit4629b3a0d748f115f413b75a9e8b28ba1a32c291 (patch)
tree0e320a4c91c95cd503ba2ec92072495edaac6eec /app-crypt/trousers/files
parentVersion bump. (diff)
downloadgentoo-2-4629b3a0d748f115f413b75a9e8b28ba1a32c291.tar.gz
gentoo-2-4629b3a0d748f115f413b75a9e8b28ba1a32c291.tar.bz2
gentoo-2-4629b3a0d748f115f413b75a9e8b28ba1a32c291.zip
Switch from --chuid to --user.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/trousers/files')
-rw-r--r--app-crypt/trousers/files/tcsd.initd6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/trousers/files/tcsd.initd b/app-crypt/trousers/files/tcsd.initd
index 4a1daa9a05de..882ce62a93b7 100644
--- a/app-crypt/trousers/files/tcsd.initd
+++ b/app-crypt/trousers/files/tcsd.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/files/tcsd.initd,v 1.2 2005/06/23 13:03:55 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/files/tcsd.initd,v 1.3 2011/08/20 08:27:46 swegener Exp $
depend() {
use logger
@@ -28,7 +28,7 @@ checkconfig() {
start() {
ebegin "Starting TrouSerS' TCS daemon (tcsd)"
checkconfig || eend $?
- start-stop-daemon --start --chuid tss --exec /usr/sbin/tcsd
+ start-stop-daemon --start --user tss --exec /usr/sbin/tcsd
eend $?
}