summaryrefslogtreecommitdiff
path: root/init.d/mtab.in
Commit message (Collapse)AuthorAge
* Fix shebangs in services to point to the correct location of runscriptAndrew Gregory2013-02-23
| | | | | | | | SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
* init.d/mtab: Another instance of the same pattern matching case.Robin H. Johnson2012-11-06
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bring Back prefix supportWilliam Hubbs2012-07-26
| | | | | We now have a team member who is interested in OpenRC on prefix, so I am bringing it back to the main tree.
* Remove prefix supportopenrc-0.9.9William Hubbs2012-02-21
| | | | | I spoke with the prefix team sometime back and was told that they do not have an interest in using OpenRC on prefix systems.
* Mtab: fix typoWilliam Hubbs2011-09-02
| | | | | | Reported-By: Helmuth Schmelzer <des-colo@hotmail.com> X-Gentoo-Bug: 381503 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=381503
* Do not update mtab if it is a symbolic linkWilliam Hubbs2011-08-20
| | | | | | Reported-by: <junkmailnotread@yahoo.com> X-Gentoo-Bug: 370037 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=370037
* mtab: fix test for a link to a location in /procWilliam Hubbs2011-07-26
| | | | | | | | | | | | | | | /etc/mtab can be a link to a file in /proc. If it is, we should not attempt to update /etc/mtab. The original test used "! -w" as part of the test. This does not work since everything is writeable by root. Thanks to Robin Johnson for the suggestion of using readlink -f and the regular expression. Reported-By: junkmailnotread@yahoo.com X-Gentoo-Bug: 370037 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=370037
* Mtab: fix typoWilliam Hubbs2011-07-23
|
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* If mtab is write only and a symlink then assume it's linked to /proc/mountsRoy Marples2009-07-20
| | | | and don't try and update it. Fixes #185.
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
it easier to share init and conf files per OS.