public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/, /
Date: Fri, 22 Aug 2014 19:10:10 +0000 (UTC)	[thread overview]
Message-ID: <1408219668.645f7b6947d9fc44fbece0931a3ddb10d3d79b27.williamh@OpenRC> (raw)

commit:     645f7b6947d9fc44fbece0931a3ddb10d3d79b27
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sat Aug 16 20:07:48 2014 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 20:07:48 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=645f7b69

adjust deprecation schedule for mtab

- Quiet the deprecation messages forr now
- update the feature removal schedule to reflect that it will be removed
  in 2.0.

---
 FEATURE-REMOVAL-SCHEDULE | 2 +-
 init.d/mtab.in           | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE
index 2c05a3e..271316f 100644
--- a/FEATURE-REMOVAL-SCHEDULE
+++ b/FEATURE-REMOVAL-SCHEDULE
@@ -62,7 +62,7 @@ Who:
 
 What: the mtab service script
 
-When: 1.0
+When: 2.0
 
 Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern
 	 Linux systems

diff --git a/init.d/mtab.in b/init.d/mtab.in
index 0cd7369..61b57bd 100644
--- a/init.d/mtab.in
+++ b/init.d/mtab.in
@@ -16,12 +16,6 @@ start()
 		return 0
 	fi
 
-	ewarn "Please run the following command as root on your system."
-	ewarn
-	ewarn "ln -snf /proc/self/mounts /etc/mtab"
-	ewarn
-	ewarn "The support for updating /etc/mtab as a file is"
-	ewarn "deprecated and will be removed in the future."
 	ebegin "Updating /etc/mtab"
 	if ! echo 2>/dev/null >/etc/mtab; then
 		ewend 1 "/etc/mtab is not updateable"


WARNING: multiple messages have this Message-ID (diff)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/, /
Date: Sat, 16 Aug 2014 20:21:48 +0000 (UTC)	[thread overview]
Message-ID: <1408219668.645f7b6947d9fc44fbece0931a3ddb10d3d79b27.williamh@OpenRC> (raw)
Message-ID: <20140816202148.At7MWHu5AkOWM3YLm7uI63gPZpoAdfHgXPf9g1J7GXc@z> (raw)

commit:     645f7b6947d9fc44fbece0931a3ddb10d3d79b27
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sat Aug 16 20:07:48 2014 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 20:07:48 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=645f7b69

adjust deprecation schedule for mtab

- Quiet the deprecation messages forr now
- update the feature removal schedule to reflect that it will be removed
  in 2.0.

---
 FEATURE-REMOVAL-SCHEDULE | 2 +-
 init.d/mtab.in           | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE
index 2c05a3e..271316f 100644
--- a/FEATURE-REMOVAL-SCHEDULE
+++ b/FEATURE-REMOVAL-SCHEDULE
@@ -62,7 +62,7 @@ Who:
 
 What: the mtab service script
 
-When: 1.0
+When: 2.0
 
 Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern
 	 Linux systems

diff --git a/init.d/mtab.in b/init.d/mtab.in
index 0cd7369..61b57bd 100644
--- a/init.d/mtab.in
+++ b/init.d/mtab.in
@@ -16,12 +16,6 @@ start()
 		return 0
 	fi
 
-	ewarn "Please run the following command as root on your system."
-	ewarn
-	ewarn "ln -snf /proc/self/mounts /etc/mtab"
-	ewarn
-	ewarn "The support for updating /etc/mtab as a file is"
-	ewarn "deprecated and will be removed in the future."
 	ebegin "Updating /etc/mtab"
 	if ! echo 2>/dev/null >/etc/mtab; then
 		ewend 1 "/etc/mtab is not updateable"


             reply	other threads:[~2014-08-22 19:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22 19:10 William Hubbs [this message]
2014-08-16 20:21 ` [gentoo-commits] proj/openrc:master commit in: init.d/, / William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2017-06-13 18:20 William Hubbs
2015-10-01 22:37 William Hubbs
2014-08-22 19:10 William Hubbs
2014-08-17 16:24 ` William Hubbs
2014-08-14 19:29 William Hubbs
2014-08-22 19:10 ` William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408219668.645f7b6947d9fc44fbece0931a3ddb10d3d79b27.williamh@OpenRC \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox