diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-16 15:07:48 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-16 15:07:48 -0500 |
commit | 645f7b6947d9fc44fbece0931a3ddb10d3d79b27 (patch) | |
tree | 68e9ac9ac58146f9f6aa8669e1e68484b2d871ac /init.d | |
parent | 1b26d547a50e2554483bdbfd288fae75fd76bfa0 (diff) |
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.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/mtab.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.d/mtab.in b/init.d/mtab.in index 0cd73696..61b57bd8 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" |