User Activity

  • Posted a comment on ticket #99 on Logwatch

    Opened merge request.

  • Created merge request #57 on Logwatch

    Fix uninitialized value error in scripts/services/exim

  • Committed [9e6031]

    fix https://sourceforge.net/p/logwatch/bugs/99/

  • Modified a comment on ticket #99 on Logwatch

    Got it (the solution was just a few lines below): Put in front $SelfSignedH and print (...) to create the scalar (probably)... Edit: attached git diff-based patch.

  • Posted a comment on ticket #99 on Logwatch

    Got it (the solution was just a few lines below): Put in front $SelfSignedH and print (...) to create the scalar (probably)...

  • Posted a comment on ticket #99 on Logwatch

    Ah sorry, what I wrote in my last post is probably incorrect (the result just looked good :D): $# apparently DOES NOT get the length but the last element. I will keep looking.

  • Modified a comment on ticket #99 on Logwatch

    The patch did not help, just created another error: Name "main::SelfSignedH" used only once: possible typo at /usr/share/logwatch/scripts/services/exim line 333. I might have found a fix though (and an explanation, although I am not at all a perl expert...): It works if you use $#SelfSignedH instead of $SelfSignedH inside the print statement. If I understand correctly, you have to either assign the array to a scalar or explicitly use the scalar keyword in order to get the length of it (or$#). Initialization...

  • Posted a comment on ticket #99 on Logwatch

    The patch did not help, just created another error: Name "main::SelfSignedH" used only once: possible typo at /usr/share/logwatch/scripts/services/exim line 333. I might have found a fix though (and an explanation, although I am not at all a perl expert...): It works if you use $#SelfSignedH instead of $SelfSignedH inside the print statement. If I understand correctly, you have to either assign the array to a scalar or explicitly use the scalar keyword in order to get the length of it (or$#). I can...

View All

Personal Data

Username:
jmech
Joined:
2005-09-15 12:19:58
Location:
Germany / CET
Gender:
Male

Projects

This is a list of open source software projects that Joerg Mechnich is associated with:

MongoDB Logo MongoDB