Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2020 12:50:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250691] mail/fetchmail: Bad -c option
Message-ID:  <bug-250691-7788-z813ZfoqSg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250691-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250691-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250691

--- Comment #2 from Helmut Ritter <freebsd-ports@charlieroot.de> ---
(In reply to Corey Halpin from comment #1)

[helmut@BSDHelmut ~]$ sudo grep -ir fetchmail /etc/rc*
/etc/rc.conf:fetchmail_enable=3D"YES"
/etc/rc.conf:fetchmail_polling_interval=3D"900"
/etc/rc.conf:fetchmail_logging_facility=3D"--syslog"
[helmut@BSDHelmut ~]$

I do not have anything in make.conf or src.conf related to su or sh.

I have a second machine just to build ports where it runs fine.

[helmut@BSDHelmut ~]$ sudo su -m fetchmail -c sh -c "echo test"
Bad -c option
[helmut@BSDHelmut ~]$

[helmut@BSDHelmut12 ~]$ sudo su -m fetchmail -c sh -c "echo test"
test
[helmut@BSDHelmut12 ~]$

[helmut@BSDHelmut ~]$ sudo su -m fetchmail -c sh -c "echo test"
Bad -c option
[helmut@BSDHelmut ~]$ sudo su -m fetchmail -c "echo test"
test
[helmut@BSDHelmut ~]$

Issue with the installation?!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250691-7788-z813ZfoqSg>