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

Collapse All | Expand All

(-)/usr/portage/sys-process/acct/files/acct.initd (-1 / +2 lines)
Lines 10-16 Link Here
10
}
10
}
11
11
12
checkconfig() {
12
checkconfig() {
13
	export ACCT_LOG=${ACCT_LOG:-/var/account/pacct}
13
	ACCT_LOG=${ACCT_LOG:-/var/account/pacct}
14
	export ACCT_LOG
14
	if [ ! -e "${ACCT_LOG}" ] ; then
15
	if [ ! -e "${ACCT_LOG}" ] ; then
15
		touch "${ACCT_LOG}"
16
		touch "${ACCT_LOG}"
16
		chmod 600 "${ACCT_LOG}"
17
		chmod 600 "${ACCT_LOG}"

Return to bug 519552