diff options
author | William Hubbs <williamh@gentoo.org> | 2011-03-05 00:11:24 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-03-05 00:11:24 -0600 |
commit | 0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61 (patch) | |
tree | 8a965d04359e92a6651180f7fe1c89bd16598be1 | |
parent | 3fca6bd0278bc2a21fdd72c3bf20220e81b2eab5 (diff) |
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.
-rw-r--r-- | etc/rc.conf.FreeBSD | 1 | ||||
-rw-r--r-- | etc/rc.conf.Linux | 1 | ||||
-rw-r--r-- | etc/rc.conf.NetBSD | 1 |
3 files changed, 0 insertions, 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@" |