Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302633 | Differences between
and this patch

Collapse All | Expand All

(-)files/dsmc.init.d.orig (+4 lines)
Lines 10-15 Link Here
10
10
11
start() {
11
start() {
12
        ebegin "Starting dsmc"
12
        ebegin "Starting dsmc"
13
	# dsmc supports only these locale settings
14
	export LANG=en_US
15
	export LC_ALL=en_US
16
13
        start-stop-daemon --start --background --nicelevel 15 \
17
        start-stop-daemon --start --background --nicelevel 15 \
14
                --make-pidfile --pidfile /var/run/dsmc.pid \
18
                --make-pidfile --pidfile /var/run/dsmc.pid \
15
                --exec /opt/tivoli/tsm/client/ba/bin/dsmc sched ${DSMC_OPTS}
19
                --exec /opt/tivoli/tsm/client/ba/bin/dsmc sched ${DSMC_OPTS}

Return to bug 302633