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

Collapse All | Expand All

(-)a/code/sys/sys_main.c (-2 / +1 lines)
Lines 140-146 Sys_PIDFileName Link Here
140
*/
140
*/
141
static char *Sys_PIDFileName( void )
141
static char *Sys_PIDFileName( void )
142
{
142
{
143
	return va( "%s/%s", Sys_TempPath( ), PID_FILENAME );
143
	return va( "%s/%s", Sys_DefaultHomePath( ), PID_FILENAME );
144
}
144
}
145
145
146
/*
146
/*
147
- 

Return to bug 420783