Subversion Repositories camp_sysinfo_client_3

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 26
Line 1... Line 1...
1
#!/usr/bin/env perl
1
#!/usr/bin/env perl
2
 
2
 
3
use warnings;
3
use warnings;
-
 
4
use strict;  
-
 
5
 
-
 
6
our $VERSION = '1.0';
4
 
7
 
5
# special purpose for IPFire routers. NOT a stand alone, used as
8
# special purpose for IPFire routers. NOT a stand alone, used as
6
# a part of install.pl
9
# a part of install.pl
7
sub systemSpecificInstall {
10
sub systemSpecificInstall {
8
   
11