[Pkg-sysvinit-devel] Bug#620784: please remove support for BSD ptys
Marco d'Itri
md at linux.it
Mon Apr 4 02:24:53 UTC 2011
Package: initscripts
Version: 2.88dsf-13.1
Severity: normal
Please remove this code from /etc/init.d/bootmisc.sh, it is not needed
with modern kernel which do not support BSD ptys and the udev check is
not reliable anymore due to /run/.
# Set pseudo-terminal access permissions.
if [ ! -e /dev/.udev ] && [ -c /dev/ttyp0 ]
then
chmod -f 666 /dev/tty[p-za-e][0-9a-f]
chown -f root:tty /dev/tty[p-za-e][0-9a-f]
fi
--
ciao,
Marco
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/attachments/20110404/f96998a1/attachment.pgp>
More information about the Pkg-sysvinit-devel
mailing list