Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 76 Rev 81
Line 165... Line 165...
165
                    'default owner' => 'root',
165
                    'default owner' => 'root',
166
                  },
166
                  },
167
                  
167
                  
168
                );
168
                );
169
 
169
 
-
 
170
my %configuration;
-
 
171
 
170
# list of libraries used by the system. We will offer to install them if
172
# list of libraries used by the system. We will offer to install them if
171
# we know how. NOTE: I have chosen to put the full installation command
173
# we know how. NOTE: I have chosen to put the full installation command
172
# for each library. This allows us to use the package selector OR a different
174
# for each library. This allows us to use the package selector OR a different
173
# piece of code on a per-library basis, but results in something like
175
# piece of code on a per-library basis, but results in something like
174
#      apt-get -y install perl-modules
176
#      apt-get -y install perl-modules