==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=9111
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Bug ID: 9111
Summary: why "Comment" is not taken into account?
Classification: Contribs
Product: SME Contribs
Version: 9beta
Hardware: ---
OS: ---
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: e-smith-lazy_admin_tools
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
For me it seems pretty straight forward to modify
but I suppose it exist one reason behind
it seems that modifying the main script we have the comment saved and then
insert it back
like this
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff /usr/sbin/lat-dump lat-dump-comment
301c301,302
< "MACAddress", 17);
---
> "MACAddress", 17,
> "Comment", 64);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff /usr/sbin/lat-hosts lat-hosts-comment
30c30
< sub performCreateLocalHostEntry ($$$$$$$);
---
> sub performCreateLocalHostEntry ($$$$$$$$);
68c68,69
< $fields[6]); # Mac Address
---
> $fields[6], # Mac Address
> $fields[7]); # Comment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
it exist a real concern not to do it like this?
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/