First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 131181
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alvin Lee <liyiming@ict.ac.cn>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 131181 depends on: Show dependency tree
Bug 131181 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

synx error ^^

------- Comment #1 From Andrew Gaffney 2006-04-25 05:14:55 0000 -------
Please use 'diff -au' to generate a patch.

------- Comment #2 From Alvin Lee 2006-04-25 05:44:35 0000 -------
--- 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 From Chris Gianelloni (RETIRED) 2006-04-25 08:18:01 0000 -------
I fixed this in CVS.  Thanks for pointing it out.

------- Comment #4 From Chris Gianelloni (RETIRED) 2006-05-01 12:57:35 0000 -------
Fixed in 2.0_rc45

First Last Prev Next    No search results available      Search page      Enter new bug