[yast-commit] r52669 - in /trunk/update: VERSION package/yast2-update.changes src/modules/RootPart.ycp
Author: locilka Date: Wed Oct 29 14:52:57 2008 New Revision: 52669 URL: http://svn.opensuse.org/viewcvs/yast?rev=52669&view=rev Log: - Extended agent reading fstab files (bnc #438129). - 2.17.9 Modified: trunk/update/VERSION trunk/update/package/yast2-update.changes trunk/update/src/modules/RootPart.ycp Modified: trunk/update/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/update/VERSION?rev=52669&r1=52668&r2=52669&view=diff ============================================================================== --- trunk/update/VERSION (original) +++ trunk/update/VERSION Wed Oct 29 14:52:57 2008 @@ -1 +1 @@ -2.17.8 +2.17.9 Modified: trunk/update/package/yast2-update.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/update/package/yast2-update.changes?rev=52669&r1=52668&r2=52669&view=diff ============================================================================== --- trunk/update/package/yast2-update.changes (original) +++ trunk/update/package/yast2-update.changes Wed Oct 29 14:52:57 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Oct 29 14:47:03 CET 2008 - locilka@suse.cz + +- Extended agent reading fstab files (bnc #438129). +- 2.17.9 + +------------------------------------------------------------------- Tue Oct 14 17:08:25 CEST 2008 - ug@suse.de - partitioning_advanced in autoyast reads mount options too now Modified: trunk/update/src/modules/RootPart.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/update/src/modules/RootPart.ycp?rev=52669&r1=52668&r2=52669&view=diff ============================================================================== --- trunk/update/src/modules/RootPart.ycp (original) +++ trunk/update/src/modules/RootPart.ycp Wed Oct 29 14:52:57 2008 @@ -685,7 +685,9 @@ `Optional(`Whitespace()), `Optional(`freq (`Number())), `Optional(`Whitespace()), - `Optional(`passno (`Number())) + `Optional(`passno (`Number())), + `Optional(`Whitespace()), + `Optional(`the_rest (`String ("^\n"))) ), "\n" )) @@ -725,7 +727,9 @@ `Separator ("\t "), `opt1 (`String("^\t ")), `Separator ("\t "), - `opt2 (`String("^ \t\n")) + `opt2 (`String("^ \t")), + `Optional(`Whitespace()), + `Optional(`the_rest (`String ("^\n"))) ), "\n" )) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org