freebsd-dev/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 add ability to set watchdog timeout for a shutdown 2019-10-03 11:23:10 +00:00
init.c init: use explicit_bzero() for clearing passwords 2021-03-02 21:55:41 -06:00
Makefile Move the rc framework out of sbin/init into libexec/rc. 2018-10-17 16:49:11 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
NOTES
pathnames.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ttys.aarch64 ttys: diff reduction 2021-05-04 14:06:31 -06:00
ttys.amd64 Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.arm ttys: diff reduction 2021-05-04 14:06:31 -06:00
ttys.i386 Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.mips Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.powerpc Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.riscv ttys: diff reduction 2021-05-04 14:06:31 -06:00