Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anacron: read SENDMAIL variable from anacrontab #135

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2023

  1. anacron: read SENDMAIL variable from anacrontab

    Use alternative mailer command
    corvus1 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    02fbcf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Getting command line parameters is partially working. The regex worked!

    But has all sorts of issues. execl() is acting weird when "" is passed as
    parameters. And I think I reached the extent of my C programming capabilities.
    For some bizarre reason I can't even if (string == NULL) anymore.
    Please help!
    corvus1 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    dff6a11 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    e72488b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. update anacrontab manpage

    corvus1 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c06a13d View commit details
    Browse the repository at this point in the history