[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#181409: libc6: devpts no longer mounts with grep 2.5.1-2



Package: libc6
Version: 2.3.1-11
Severity: important
Tags: patch


does not mount /dev/pts on boot

./devpts.sh: line 17: [: =: unary operator expected

grep changes behavior of -q (now should use -s)

bug newbe ... should this bug be filed against grep????

fix:

/etc/init.d/devpts.sh:13

devpts_avail=`grep -sci '[<[:space:]]devpts' /proc/filesystems || true`
devpts_mounted=`grep -sci '/dev/pts' /proc/mounts || true`
devfs_mounted=`grep -sci '[<[:space:]]/dev[>[:space:]].*devfs' /proc/mounts || true`


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux harrow 2.4.20 #2 Wed Feb 5 17:56:03 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information




Reply to: