[email protected] wrote: > Author: ken > Date: 2011-11-25 00:10:14 -0700 (Fri, 25 Nov 2011) > New Revision: 9013 > > Modified: > trunk/bootscripts/blfs/init.d/rpcbind > Log: > Correct typo > > Modified: trunk/bootscripts/blfs/init.d/rpcbind > =================================================================== > --- trunk/bootscripts/blfs/init.d/rpcbind 2011-11-25 02:48:42 UTC (rev > 9012) > +++ trunk/bootscripts/blfs/init.d/rpcbind 2011-11-25 07:10:14 UTC (rev > 9013) > @@ -41,7 +41,7 @@ > ;; > > stop) > - log_info_msg "Stopping Prpcbind" > + log_info_msg "Stopping rpcbind" > killproc /sbin/rpcbind > evaluate_retval > ;;
Ken, When you update a boot script, will you please retab with spaces. I like to use 3-space indents, but a slight variation is OK. The standard \t is eight spaces or about an inch -- that's too much. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
