From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2011-November/009392.html | 136 +++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-November/009392.html (limited to 'zarb-ml/mageia-dev/2011-November/009392.html') diff --git a/zarb-ml/mageia-dev/2011-November/009392.html b/zarb-ml/mageia-dev/2011-November/009392.html new file mode 100644 index 000000000..d192e1431 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-November/009392.html @@ -0,0 +1,136 @@ + + + + [Mageia-dev] [soft-commits] [2134] Do not include chroot path in symlink. + + + + + + + + + +

[Mageia-dev] [soft-commits] [2134] Do not include chroot path in symlink.

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Mon Nov 7 16:31:57 CET 2011 +

+
+ +
On 7 November 2011 13:58,  <root at mageia.org> wrote:
+> Modified: drakx-kbd-mouse-x11/trunk/lib/Xconfig/various.pm
+> ===================================================================
+> --- drakx-kbd-mouse-x11/trunk/lib/Xconfig/various.pm	2011-11-07 12:48:52 UTC
+> (rev 2133)
+> +++ drakx-kbd-mouse-x11/trunk/lib/Xconfig/various.pm	2011-11-07 12:58:09 UTC
+> (rev 2134)
+> @@ -227,8 +227,8 @@
+>      -r $f or log::l("missing inittab!!!"), return;
+>      if ($o_runlevel) {
+>  	substInFile { s/^id:\d:initdefault:\s*$/id:$o_runlevel:initdefault:\n/ }
+> $f if !$::testing;
+> -	my $t = "$::prefix/lib/systemd/system/runlevel$o_runlevel.target";
+> -	if (!$::testing && -f $t) {
+> +	my $t = "/lib/systemd/system/runlevel$o_runlevel.target";
+> +	if (!$::testing && -f "$::prefix$t") {
+>  	    my $d = "$::prefix/etc/systemd/system/default.target";
+>  	    unlink($d);
+>  	    symlink($t, $d);
+
+BTW, you could have come with better names instead of 't' & 'd'....
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1