Searched refs:maj_ptys (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/postinstall/
H A Dpostinstall.in1968 # maj_ptym=6; maj_ptys=5;
1970 local maj_ptym maj_ptys
1978 /ttyp0/ { maj_ptys = gensub(before_re, "", 1, $0);
1979 maj_ptys = gensub(after_re, "", 1, maj_ptys); }
1980 END { print "maj_ptym=" maj_ptym "; maj_ptys=" maj_ptys ";"; }
1983 #msg "Major numbers are maj_ptym=${maj_ptym} maj_ptys=${maj_ptys}"
1984 if [ -z "$maj_ptym" ] || [ -z "$maj_ptys" ]; the
[all...]

Completed in 137 milliseconds