freebsd-src/sbin/init
Warner Losh 36be84b966 ttys: diff reduction
Back in the day, we used to have a number of entries that were either
'on' or 'off' directly, rather than conditionally on 'onifexists'
etc. Back then, we tried to line up the 'secure' columns by using the
construct 'on secure' or 'off secure' (one space or two). Now that these
have all moved to a conditional construct, remove the second space on
the ttys that still have it. This reduces diffs between the different
ttys and is no functional change. i386 and amd64 did this a long time
ago, and those are the only ones that affected external users (who used
to sed 's/on /off /' the entires as part of the automation).

MFC After:		3 days
Sponsored by:		Netflix
2021-05-04 14:06:31 -06:00
..
init.8
init.c init: use explicit_bzero() for clearing passwords 2021-03-02 21:55:41 -06:00
Makefile
Makefile.depend
NOTES
pathnames.h
ttys.aarch64 ttys: diff reduction 2021-05-04 14:06:31 -06:00
ttys.amd64
ttys.arm ttys: diff reduction 2021-05-04 14:06:31 -06:00
ttys.i386
ttys.mips
ttys.powerpc
ttys.riscv ttys: diff reduction 2021-05-04 14:06:31 -06:00