summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-03-05 00:11:24 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-03-05 00:11:24 -0600
commit0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61 (patch)
tree8a965d04359e92a6651180f7fe1c89bd16598be1
parent3fca6bd0278bc2a21fdd72c3bf20220e81b2eab5 (diff)
downloadopenrc-0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61.tar.gz
openrc-0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61.tar.bz2
openrc-0f3d6a01c7136edf1a7cecb764473ddc7f2cfe61.tar.xz
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.FreeBSD1
-rw-r--r--etc/rc.conf.Linux1
-rw-r--r--etc/rc.conf.NetBSD1
3 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD
index 139a825..ed5b215 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 1400af5..9632a75 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 3528a00..c49a9ab 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@"