Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 144 Rev 153
Line 168... Line 168...
168
                        'parameter' => 'libwww-perl'
168
                        'parameter' => 'libwww-perl'
169
                     },
169
                     },
170
                     'freebsd' => {
170
                     'freebsd' => {
171
                        'command'   => 'echo y | pkg install',
171
                        'command'   => 'echo y | pkg install',
172
                        'parameter' => 'p5-libwww'
172
                        'parameter' => 'p5-libwww'
-
 
173
                     },
-
 
174
                     'opnsense' => {
-
 
175
                        'command'   => 'cpan -i',
-
 
176
                        'parameter' => 'LWP'
173
                     }
177
                     }
174
                  },
178
                  },
175
                  'YAML::Tiny' => {
179
                  'YAML::Tiny' => {
176
                     'debian' => {
180
                     'debian' => {
177
                        'command'   => 'apt-get -y install',
181
                        'command'   => 'apt-get -y install',
Line 196... Line 200...
196
                        'parameter' => 'libsys-syslog-perl',
200
                        'parameter' => 'libsys-syslog-perl',
197
                     },
201
                     },
198
                     'freebsd' => {
202
                     'freebsd' => {
199
                        'command' => 'echo y | pkg install',
203
                        'command' => 'echo y | pkg install',
200
                        'parameter' => 'p5-Unix-Syslog',
204
                        'parameter' => 'p5-Unix-Syslog',
-
 
205
                     },
-
 
206
                     'opnsense' => {
-
 
207
                        'command' => 'cpan -i',
-
 
208
                        'parameter' => 'Unix::Syslog'
201
                     }
209
                     }
202
                  }
210
                  }
203
                );
211
                );
204
 
212
 
205
our %binaries = (
213
our %binaries = (