diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD index 139a8256..ed5b2159 100644 --- a/etc/rc.conf.FreeBSD +++ b/etc/rc.conf.FreeBSD @@ -7,6 +7,5 @@ # # This should be set to the value representing what environment this file is # PRESENTLY in, not what virtualization the environment is capable of. -# See the OpenRC migration guide for more details. rc_sys="@RC_SYS_DEFAULT@" diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 1400af5f..9632a75c 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -12,7 +12,6 @@ # # This should be set to the value representing what environment this file is # PRESENTLY in, not what virtualization the environment is capable of. -# See the OpenRC migration guide for more details. rc_sys="@RC_SYS_DEFAULT@" ############################################################################## diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD index 3528a00a..c49a9abe 100644 --- a/etc/rc.conf.NetBSD +++ b/etc/rc.conf.NetBSD @@ -8,6 +8,5 @@ # # This should be set to the value representing what environment this file is # PRESENTLY in, not what virtualization the environment is capable of. -# See the OpenRC migration guide for more details. rc_sys="@RC_SYS_DEFAULT@"