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

(-)src/eix-update.cc (-2 / +2 lines)
Lines 110-118 class Permissions { Link Here
110
				{
110
				{
111
					if(must_modify) {
111
					if(must_modify) {
112
						cerr << _(
112
						cerr << _(
113
							"User 'root' is needed to initially generate the database.")
113
							"You are not root. Some problems may occur.")
114
							<< endl;
114
							<< endl;
115
						exit(1);
115
						return;
116
					}
116
					}
117
					modify = false;
117
					modify = false;
118
				}
118
				}

Return to bug 286229