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

(-)sysvinit-2.85/src/last.c (-1 / +1 lines)
Lines 752-758 Link Here
752
		case SHUTDOWN_TIME:
752
		case SHUTDOWN_TIME:
753
			if (extended) {
753
			if (extended) {
754
				strcpy(ut.ut_line, "system down");
754
				strcpy(ut.ut_line, "system down");
755
				quit = list(&ut, lastdown, R_NORMAL);
755
				quit = list(&ut, lastboot, R_NORMAL);
756
			}
756
			}
757
			lastdown = lastrch = ut.ut_time;
757
			lastdown = lastrch = ut.ut_time;
758
			down = 1;
758
			down = 1;

Return to bug 86803