| Bug#: 131181 | Product: Gentoo Hosted Projects | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: catalyst@gentoo.org | Reported By: liyiming@ict.ac.cn | |
| Component: Catalyst | |||
| URL: | |||
| Summary: livecdfs-update bug in rc44 | |||
| Keywords: InCVS | |||
| Status Whiteboard: | |||
| Opened: 2006-04-24 22:32 0000 | |||
| 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 ^^
Please use 'diff -au' to generate a patch.
--- 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 ]
I fixed this in CVS. Thanks for pointing it out.
Fixed in 2.0_rc45