]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-scripts-pts.patch
- fix URL
[packages/rc-scripts.git] / rc-scripts-pts.patch
CommitLineData
f7d59ce5 1diff -urN rc-scripts.orig/rc.d/rc.sysinit rc-scripts-0.4.0.4/rc.d/rc.sysinit
2--- rc-scripts.orig/rc.d/rc.sysinit 2003-10-31 00:43:58.000000000 +0100
3+++ rc-scripts-0.4.0.4/rc.d/rc.sysinit 2003-10-31 16:14:30.126407224 +0100
4@@ -266,7 +266,7 @@
5 # Enter root, /proc, /sys, devfs and other into mtab.
6 mount -f /
7 mount -f /proc
8-mount -f /dev/pts
9+#mount -f /dev/pts
10 [ -f /proc/bus/usb/devices ] && mount -f -t usbdevfs usbdevfs /proc/bus/usb
11 [ -e /dev/.devfsd ] && mount -f -t devfs devfs /dev
12
This page took 0.272464 seconds and 4 git commands to generate.