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/2012-April/014758.html | 128 ++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/014758.html (limited to 'zarb-ml/mageia-dev/2012-April/014758.html') diff --git a/zarb-ml/mageia-dev/2012-April/014758.html b/zarb-ml/mageia-dev/2012-April/014758.html new file mode 100644 index 000000000..0ed21f984 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014758.html @@ -0,0 +1,128 @@ + + + + [Mageia-dev] [soft-commits] [4243] services: Whitespace + + + + + + + + + +

[Mageia-dev] [soft-commits] [4243] services: Whitespace

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Wed Apr 25 09:57:12 CEST 2012 +

+
+ +
On 24 April 2012 22:10,  <root at mageia.org> wrote:
+> services: Whitespace
+
+why?
+
+> --- drakx/trunk/perl-install/services.pm	2012-04-24 20:10:31 UTC (rev 4242)
+> +++ drakx/trunk/perl-install/services.pm	2012-04-24 20:10:33 UTC (rev 4243)
+> @@ -346,9 +346,9 @@
+>      local $ENV{LANGUAGE} = 'C';
+>      my @xinetd_services;
+>      foreach (run_program::rooted_get_stdout($::prefix, '/sbin/chkconfig',
+> '--list', '--type', 'xinetd')) {
+> -	if (my ($xinetd_name, $on_off) = m!^\t(\S+):\s*(on|off)!) {
+> -	    push @xinetd_services, [ $xinetd_name, $on_off eq 'on' ];
+> -	}
+> +        if (my ($xinetd_name, $on_off) = m!^\t(\S+):\s*(on|off)!) {
+> +            push @xinetd_services, [ $xinetd_name, $on_off eq 'on' ];
+> +        }
+>      }
+>      @xinetd_services;
+>  }
+>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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