summaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-03 14:02:15 +0000
committerRoy Marples <roy@marples.name>2007-09-03 14:02:15 +0000
commit52f7df0d0c36be3d92c67f46a0f9433b0150ccf4 (patch)
tree2530c6db89be6741140cbde3ad62617f066c4df4 /sh.Linux
parenta16695853725ea55b68732071f1d2d54c4ef51cf (diff)
downloadopenrc-52f7df0d0c36be3d92c67f46a0f9433b0150ccf4.tar.gz
openrc-52f7df0d0c36be3d92c67f46a0f9433b0150ccf4.tar.bz2
openrc-52f7df0d0c36be3d92c67f46a0f9433b0150ccf4.tar.xz
Add --quiet to mountinfo
Diffstat (limited to 'sh.Linux')
-rwxr-xr-xsh.Linux/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh
index e9fd98b..bc4fd9d 100755
--- a/sh.Linux/init.sh
+++ b/sh.Linux/init.sh
@@ -199,7 +199,7 @@ fi
# Mount the new fancy pants /dev/pts whenever possible
if grep -Eq "[[:space:]]+devpts$" /proc/filesystems && \
- ! mountinfo /dev/pts > /dev/null ; then
+ ! mountinfo -q /dev/pts ; then
if [ ! -d /dev/pts ] && \
[ "${devfs}" = "yes" -o "${udev}" = "yes" ] ; then
# Make sure we have /dev/pts