File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ sub Configure_Cell {
51
51
if ( $thiscell_fh -> close () ) {
52
52
$self -> info(" Updated thiscell to $afscell " );
53
53
}
54
+
55
+ return 0;
54
56
}
55
57
56
58
sub Configure_TheseCells {
@@ -77,6 +79,8 @@ sub Configure_TheseCells {
77
79
}
78
80
}
79
81
}
82
+
83
+ return 0;
80
84
}
81
85
82
86
sub Configure_Cache {
@@ -174,6 +178,8 @@ sub Configure_Cache {
174
178
$self -> info(" Changed running AFS cache $run_cache -> $new_cache (1K blocks)" );
175
179
}
176
180
}
181
+
182
+ return 0;
177
183
}
178
184
179
185
sub Configure_CellServDB {
@@ -284,6 +290,8 @@ sub update_afs_cells ( $$ ) {
284
290
else {
285
291
$self -> info(" Nothing to do for AFS cell information" );
286
292
}
293
+
294
+ return 0;
287
295
}
288
296
289
297
sub Configure_Afsd_Args {
@@ -299,6 +307,8 @@ sub Configure_Afsd_Args {
299
307
$self -> info(" Updated afsd.args" );
300
308
}
301
309
}
310
+
311
+ return 0;
302
312
}
303
313
304
314
1; # required for Perl modules
You can’t perform that action at this time.
0 commit comments