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

Collapse All | Expand All

(-)src/lfd/lockdaemon.c.orig (-3 / +2 lines)
Lines 287-295 Link Here
287
287
288
	if ( check_group_uucp() )
288
	if ( check_group_uucp() )
289
	{
289
	{
290
		syslog( LOG_INFO, "check_lock_status: No permission to create lock file.
290
		syslog( LOG_INFO, "check_lock_status: No permission to create lock file.\n\n"
291
291
		    "please see: How can I use Lock Files with rxtx? in INSTALL\n" );
292
		please see: How can I use Lock Files with rxtx? in INSTALL\n" );
293
		return 1;
292
		return 1;
294
	}
293
	}
295
294

Return to bug 303043