Author: dnicholson
Date: 2006-10-11 01:42:17 -0600 (Wed, 11 Oct 2006)
New Revision: 6335
Modified:
trunk/bootscripts/ChangeLog
trunk/bootscripts/blfs/init.d/gpm
Log:
Fixed gpm boot script to accept multiple arguments in GPMOPTS.
Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2006-10-10 23:12:56 UTC (rev 6334)
+++ trunk/bootscripts/ChangeLog 2006-10-11 07:42:17 UTC (rev 6335)
@@ -1,7 +1,12 @@
+2006-10-11 Dan Nicholson <[EMAIL PROTECTED]>
+ * Fixed gpm boot script to accept multiple arguments in the
+ variables, particularly GPMOPTS. Thanks to Christoph Felkes
+ for supplying the fix.
+
2006-06-24 Bruce Dubbs <[EMAIL PROTECTED]>
* Updated the openldap and nfs-server scripts to pass appropriate
- signals to the stop functions. This change was due to changes
- in the LFS functions script on 2/06/05!
+ signals to the stop functions. This change was due to changes
+ in the LFS functions script on 2/06/05!
2006-06-24 Randy McMurchy <[EMAIL PROTECTED]>
* Updated the HAL script to work with HAL-0.5.7
Modified: trunk/bootscripts/blfs/init.d/gpm
===================================================================
--- trunk/bootscripts/blfs/init.d/gpm 2006-10-10 23:12:56 UTC (rev 6334)
+++ trunk/bootscripts/blfs/init.d/gpm 2006-10-11 07:42:17 UTC (rev 6335)
@@ -26,7 +26,7 @@
case "$1" in
start)
boot_mesg "Starting gpm..."
- loadproc /usr/sbin/gpm -m "$MDEVICE" -t "$PROTOCOL" "$GPMOPTS"
+ loadproc /usr/sbin/gpm -m $MDEVICE -t $PROTOCOL $GPMOPTS
;;
stop)
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page