There are two more instances of the old "/etc/rc" in init-config
  (one is just a comment):

When it does "Creating default ${SYSCONFDIR}/inittab file",
  one of the lines it creates is:

    rc::bootwait:/etc/rc

That should be:

    rc::bootwait:/etc/rc.d/rc

And there's this comment:

    # Check if /etc/rc exists.

Which should be:

    # Check if /etc/rc.d/rc exists.


-- Bruce Jerrick

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to