Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93671
Collapse All | Expand All

(-)util-linux-2.12q/mount/mount.c.orig (-2 lines)
Lines 1491-1498 main(int argc, char *argv[]) { Link Here
1491
	if ((p = strrchr(progname, '/')) != NULL)
1491
	if ((p = strrchr(progname, '/')) != NULL)
1492
		progname = p+1;
1492
		progname = p+1;
1493
1493
1494
	umask(022);
1495
1496
	/* People report that a mount called from init without console
1494
	/* People report that a mount called from init without console
1497
	   writes error messages to /etc/mtab
1495
	   writes error messages to /etc/mtab
1498
	   Let us try to avoid getting fd's 0,1,2 */
1496
	   Let us try to avoid getting fd's 0,1,2 */

Return to bug 93671