Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131181 - livecdfs-update bug in rc44
Summary: livecdfs-update bug in rc44
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-04-24 22:32 UTC by Alvin Lee
Modified: 2006-05-01 12:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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