re: why not have rcvars for all rc.d scripts? -- and downinterfaces and bootconf.sh not complete rc.d scripts
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
this dredges up some old memories :-) 1) Why not have rcvars for all rc.d scripts? Several scripts can't be disabled (i.e. they don't have any rcvar to enable): bootconf.sh, downinterfaces, fsck, local, mountall, mountcritlocal, mountcritremote, network, ppp, pwcheck, raidframeparity, root, securelevel, staticroute, swap1, swap2, sysdb (on older systems), sysctl, and ttys. If I am overlooking something about that please let me know. Should we consider offering an rcvar and setting to YES for all or some of these? probably. having some like mountall or root turned off may be confusing to people who do that accidentally. (also include mountcritlocal, mountcritremote and sysdb in this list..) What were the arguments against this? were? when i split up /etc/rc into the scripts lukem turned into what first appeared in netbsd, there were only a few rc.conf variables in use, and most of /etc/rc ran. so for a lot of them, i did not create rc.conf variables. 2) downinterfaces and bootconf.sh not complete rc.d scripts I noticed that bootconf.sh and downinterfaces aren't real rc.d scripts. bootconf.sh doesn't use rc.subr and downinterfaces only uses rc.subr when ran with the "stop" argument. these seem broken. they should be fixed. p.s. And why does ttys have a different name (ttyflags)? it sets up ttys, not just runs ttyflags? .mrg.