From 0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 5 Mar 2011 00:11:24 -0600 Subject: [PATCH] remove references to the migration guide The openrc code base is not gentoo specific, so I feel that we should not refer to the migration guide in the comments inside the configuration files. --- etc/rc.conf.FreeBSD | 1 - etc/rc.conf.Linux | 1 - etc/rc.conf.NetBSD | 1 - 3 files changed, 3 deletions(-) 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@"