Projet

Général

Profil

Révision 46e2de55

ID46e2de55def5c1a660f7ebbec9f22bbb5a8f8cf2
Parent 2ec4e4c1
Enfant 9cef55a3

Ajouté par Lars Kruse il y a environ 7 ans

Remove unused "autoconf" handling from plugins without this capability

Some plugins contained code for handling "autoconf" (always returning
"no") but did not announce the respective capability via the magic
marker.

Voir les différences:

plugins/rtorrent/rtom_spdd
57 57
#%# family=auto
58 58

  
59 59

  
60
if ( $ARGV[0] and $ARGV[0] eq "autoconf" ) {
61
	exit 1;
62
}
63

  
64 60
if ( $ARGV[0] and $ARGV[0] eq "config" ) {
65 61
	my $diff = $ENV{"diff"} || "";
66 62
	my $category = $ENV{"category"} || "";

Formats disponibles : Unified diff