SVN: initng/trunk/daemon/ss.i
glen
glen at pld-linux.org
Tue Jan 2 16:02:40 CET 2007
Author: glen
Date: Tue Jan 2 16:02:39 2007
New Revision: 8135
Modified:
initng/trunk/daemon/ss.i
Log:
- pass stdin properly
Modified: initng/trunk/daemon/ss.i
==============================================================================
--- initng/trunk/daemon/ss.i (original)
+++ initng/trunk/daemon/ss.i Tue Jan 2 16:02:39 2007
@@ -5,7 +5,8 @@
# or:
#SYSFS{bInterfaceNumber}=="00", SYSFS{bInterfaceProtocol}=="01", KERNEL=="event*" SYMLINK+="input/ps2-keyboard"
#
- exec daemon = /usr/sbin/ss 300 /sbin/cl < /dev/input/ps2-keyboard;
+ exec daemon = /usr/sbin/ss 300 /sbin/cl;
+ stdin = /dev/input/ps2-keyboard;
respawn;
lockfile;
}
More information about the pld-cvs-commit
mailing list