/[smecontribs]/rpms/smeserver-usbdisksmanager/contribs9/smeserver-usbdisksmanager-1.2-bz10294-tidy-options.patch |
Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by jpp, Mon Jan 14 04:20:16 2019 UTC | Revision 1.2 by jpp, Fri Jan 25 01:16:18 2019 UTC | |
---|---|---|
# | Line 17 diff -Nur smeserver-usbdisksmanager-1.2. | Line 17 diff -Nur smeserver-usbdisksmanager-1.2. |
17 | +# options=pamconsole,exec,noauto,managed | +# options=pamconsole,exec,noauto,managed |
18 | + for my $repo ( $DB->get_all ) | + for my $repo ( $DB->get_all ) |
19 | + { | + { |
20 | + warn $repo->key; | + #warn $repo->key; |
21 | + my @options = split(/,/, $repo->prop('options') || ''); | + my @options = split(/,/, $repo->prop('options') || ''); |
22 | + push @options, @add; | + push @options, @add; |
23 | + @options = grep(!defined $remove{$_} , @options); | + @options = grep(!defined $remove{$_} , @options); |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |