Managing multiple servers from a single point I want to make a change to the adm crontab, then I want to document on all servers this change has been made, so I want to update /ChangeLog. I can't push a new /ChangeLog to the servers, the servers have different changes and so different /ChangeLog files. I would like a script that can be called with the changes. The script would search up the tree from it's starting directory and update the first ChangeLog found. If there are no changes yet for that day insert the date. If there are already changes append the message without inserting the date. I can think of a few more switches, but that's a start. Anyone have one of these? Is there a better approach to tracking these kinds of things? I expect to also make the script available to a few development groups within my organization.

In reply to ChangeLog updates from a perl script? by edwyr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.