Browse Source

Another nasty. Didn't even noticed I introduced it when I fixed

another nasty .. inserted the wrong scripts .. explains the stack
overflows when multiple consoles tried to spawn during expect
sessions.
master
freesource 22 years ago
parent
commit
2732a135d3
  1. 14
      yard/templates/Helper.yard

14
yard/templates/Helper.yard

@ -1,4 +1,4 @@
# $Id: Helper.yard,v 1.5 2003/02/11 18:33:30 freesource Exp $
# $Id: Helper.yard,v 1.6 2003/02/13 07:37:48 freesource Exp $
# Helper.yard
#
#############################################################################
@ -96,16 +96,12 @@ telinit
# still work. Check your /etc/inittab to confirm, or create a new inittab
# replacement and edit as required. Some gettys require /etc/gettydefs.
#
# Choose the *-nodevfs version if you don't want to use the device fs
# (devfs=nomount)
#
#===== MANDRAKE, REDHAT and many other modern RH based DISTS use mingetty:
\
if ( mingetty )
/etc/inittab <= Replacements/etc/inittab.example.mingetty-rpm
#/etc/inittab <= Replacements/etc/inittab.example.mingetty-rpm-nodevfs
/etc/inittab <= Replacements/etc/ inittab.example-mingetty-helper
/sbin/mingetty
/etc/gettydefs
#
@ -113,8 +109,7 @@ if ( mingetty )
elsif ( agetty )
/etc/inittab <= Replacements/etc/inittab.example.agetty-slack
#/etc/inittab <= Replacements/etc/inittab.example.agetty-slack-nodevfs
/etc/inittab <= Replacements/etc/inittab.example-agetty-helper
/sbin/agetty
/etc/gettydefs
#
@ -123,8 +118,7 @@ elsif ( agetty )
elsif ( getty )
/etc/inittab <= Replacements/etc/inittab.example-deb
#/etc/inittab <= Replacements/etc/inittab.example-deb-nodevfs
/etc/inittab <= Replacements/etc/inittab.example-helper
/sbin/getty
\

Loading…
Cancel
Save