Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 131181

Summary: livecdfs-update bug in rc44
Product: Gentoo Hosted Projects Reporter: Alvin Lee <liyiming>
Component: CatalystAssignee: Gentoo Catalyst Developers <catalyst>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alvin Lee 2006-04-24 22:32:37 UTC
377c377
< if [-e /lib/rcscripts/addons/udev-start.sh ]
---
> if [ -e /lib/rcscripts/addons/udev-start.sh ]

synx error ^^
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2006-04-25 05:14:55 UTC
Please use 'diff -au' to generate a patch.
Comment 2 Alvin Lee 2006-04-25 05:44:35 UTC
--- livecdfs-update.sh  2006-04-25 20:54:46.000000000 +0800
+++ livecdfs-update.sh.fix      2006-04-25 20:54:22.000000000 +0800
@@ -374,7 +374,7 @@
-if [-e /lib/rcscripts/addons/udev-start.sh ]
+if [ -e /lib/rcscripts/addons/udev-start.sh ]

Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2006-04-25 08:18:01 UTC
I fixed this in CVS.  Thanks for pointing it out.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-05-01 12:57:35 UTC
Fixed in 2.0_rc45