From: Matt K. <mat...@bt...> - 2006-05-07 21:26:13
|
Zoltan Boszormenyi wrote: > Hi, > > first, I would like to thank you for the faketty module, > I stopped maintaining the ruby patch and was able to quickly > restore my multihead machine after upgrading to FC5. > > I would like to know what do you think about the following modifications. > > - Instead of the "ftty%d" device names, use "tty%d", > count from the number of normal TTY devices and up, > e.g. ftty0 -> tty64, etc. > - RC script now don't delete tty devices to create symlinks. > - Also, RC script can use the "chkconfig" facility, use > "make install-service-rh" to install it that way. Maybe a better way of doing this is to use the lsb service install scripts (lsbinstall and friends). The packages for the relevant platforms would need to depend on the lsb-core package, but I suspect that is easier to work with than trying to support all the different distro's ways of installing init scripts. Matt |