Rev 154 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
149 |
rodolico |
1 |
Modules should accept one parameter, the name of the directory which has library.pm in it
|
|
|
2 |
This is generally the current directory.
|
|
|
3 |
|
|
|
4 |
Thus, to call the module linux_networking, you should say
|
|
|
5 |
./linux_networking .
|
|
|
6 |
or, if you're in a different directory and the modules are in /opt/camp/sysinfo-client/modules
|
|
|
7 |
/opt/camp/sysinfo-client/modules/linux_networking /opt/camp/sysinfo-client/modules
|