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

(-)server/dhcpd.c.orig (-3 / +5 lines)
Lines 418-426 Link Here
418
		log_info (copyright);
418
		log_info (copyright);
419
		log_info (arr);
419
		log_info (arr);
420
		log_info (url);
420
		log_info (url);
421
	} else {
422
		quiet = 0;
423
		log_perror = 0;
424
	}
421
	}
425
422
426
#if defined (TRACING)
423
#if defined (TRACING)
Lines 632-637 Link Here
632
			exit (0);
629
			exit (0);
633
	}
630
	}
634
631
632
	if (quiet) {	
633
		quiet = 0;
634
		log_perror = 0;
635
	}
636
	
635
#if defined (PARANOIA)
637
#if defined (PARANOIA)
636
	/* change uid to the specified one */
638
	/* change uid to the specified one */
637
639

Return to bug 97063