On Fri, Nov 12, 2004 at 05:15:10PM -0300, Javier Szyszlican wrote:
> You could modify tftp_get_host_config.php to avoid the ntp clock-period 
> line when first reading the file.

I had a problem like this with the Alteon configs because the passwords
change all the time.  The quick/short answer is to go into 
tftp_get_host_config.php and make an adjustment.

The quick/dirty way is just before the line with md5 in it do.
$config_data = preg_replace('/ntp clock-period \S+/', '', $config_data);

However I think we need a more flexible way, perhaps a new table is in
order which then does a mass replace or suppression.

  - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
jffnms-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to