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

(-)baselayout-1.12.0_pre8.orig/sbin/MAKEDEV (-2 / +4 lines)
Lines 15-20 Link Here
15
 system="  root root   0660"
15
 system="  root root   0660"
16
   kmem="  root kmem   0640"
16
   kmem="  root kmem   0640"
17
    tty="  root tty    0660"	# Perms was 0666
17
    tty="  root tty    0660"	# Perms was 0666
18
ctrltty="  root tty    0666"
19
   ptmx="  root tty    0666"
18
   cons="  root tty    0600"
20
   cons="  root tty    0600"
19
    vcs="  root root   0600"
21
    vcs="  root root   0600"
20
dialout="  root dialout 0660"
22
dialout="  root dialout 0660"
Lines 554-560 Link Here
554
		makedev full c 1 7 $public
556
		makedev full c 1 7 $public
555
		makedev random c 1 8 $public
557
		makedev random c 1 8 $public
556
		makedev urandom c 1 9 $readable
558
		makedev urandom c 1 9 $readable
557
		makedev tty  c 5 0 $tty
559
		makedev tty  c 5 0 $ctrltty
558
		$0 $opts ram
560
		$0 $opts ram
559
		$0 $opts loop
561
		$0 $opts loop
560
		;;
562
		;;
Lines 704-710 Link Here
704
		;;
706
		;;
705
	ptmx)
707
	ptmx)
706
		# master pty multiplexer for 2.1 kernels
708
		# master pty multiplexer for 2.1 kernels
707
		makedev ptmx c 5 2 $tty
709
		makedev ptmx c 5 2 $ptmx
708
		;;
710
		;;
709
	cyclades|ttyC)
711
	cyclades|ttyC)
710
		major1=`Major ttyC 19` || continue
712
		major1=`Major ttyC 19` || continue

Return to bug 108250