Page MenuHomeFreeBSD
Feed Advanced Search

Sep 8 2020

alex_kaworu.ch added a comment to D26357: bin/cp: make cp src/ equivalent to cp src.

This patch make it so cp -R src/ dst is now equivalent to cp -R src dst.

I find the rationale for this change pretty weak and dubious. I often use both forms precisely because they work differently. [...]

Sep 8 2020, 8:17 PM
alex_kaworu.ch added a comment to D26357: bin/cp: make cp src/ equivalent to cp src.

What does cp in Linux distros do?
If this goes in we should probably also call out the change in the man page - something along the lines of "FreeBSD versions prior to ... behaved ..."

Sep 8 2020, 4:07 PM
alex_kaworu.ch updated the diff for D26357: bin/cp: make cp src/ equivalent to cp src.

Update date in cp.1

Sep 8 2020, 12:26 PM
alex_kaworu.ch updated the diff for D26357: bin/cp: make cp src/ equivalent to cp src.
Sep 8 2020, 12:25 PM
alex_kaworu.ch requested review of D26357: bin/cp: make cp src/ equivalent to cp src.
Sep 8 2020, 12:14 PM

Dec 23 2019

alex_kaworu.ch added a comment to D22911: audio/tagutil: update to 3.1.

I'll take that then. Normally it's better if you create a bug report and set the appropriate flag for these things.

Dec 23 2019, 6:18 PM
alex_kaworu.ch added a comment to D22911: audio/tagutil: update to 3.1.

Moin moin

Do you need a committer for this? Or do you want it reviewed :)

Mfg Tobias

Dec 23 2019, 5:19 PM
alex_kaworu.ch updated the summary of D22911: audio/tagutil: update to 3.1.
Dec 23 2019, 4:44 PM
alex_kaworu.ch abandoned D6299: Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it.
Dec 23 2019, 4:41 PM
alex_kaworu.ch created D22911: audio/tagutil: update to 3.1.
Dec 23 2019, 4:40 PM

Jun 7 2016

alex_kaworu.ch updated the diff for D6299: Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it.

up

Jun 7 2016, 7:35 AM

May 10 2016

alex_kaworu.ch updated the diff for D6299: Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it.

Test OPSYS when testing OSVERSION.

May 10 2016, 9:59 AM
alex_kaworu.ch retitled D6299: Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it from to Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it.
May 10 2016, 9:30 AM
alex_kaworu.ch abandoned D6298: Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it..

wrong file were commit with the nginx, stuff.

May 10 2016, 9:26 AM
alex_kaworu.ch retitled D6298: Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it. from to Do not force WITH_OPENSSL_PORT on < 11.x unless using options that actually require it..
May 10 2016, 9:25 AM
alex_kaworu.ch added a comment to rP414353: Do not force WITH_OPENSSL_PORT on 11.x and above..

Before this patch, having only HTTP_SSL or MAIL_SSL on < 11.x would not require openssl from port.

May 10 2016, 8:51 AM

Oct 26 2015

alex_kaworu.ch retitled D4000: newsyslog.c: treat 'c' flag in the config as 'C' from to newsyslog.c: treat 'c' flag in the config as 'C'.
Oct 26 2015, 6:06 PM

Oct 23 2015

alex_kaworu.ch added a comment to D3961: newsyslog.conf: allow configure the signal using the signal name..

Here is a sample test session using the -v (verbose) and -n (don't trim but print actions) options.

Oct 23 2015, 2:18 PM
alex_kaworu.ch updated the diff for D3961: newsyslog.conf: allow configure the signal using the signal name..

Cleanup the signal parsing as requested by @bapt

Oct 23 2015, 2:10 PM
alex_kaworu.ch added a comment to D3990: timeout(1): fix the acceptable range values for parse_signal().

strtonum(3) says that minval and maxval are inclusive:

Oct 23 2015, 2:05 PM
alex_kaworu.ch retitled D3990: timeout(1): fix the acceptable range values for parse_signal() from to timeout(1): fix the acceptable range values for parse_signal().
Oct 23 2015, 2:03 PM

Oct 21 2015

alex_kaworu.ch added inline comments to D3961: newsyslog.conf: allow configure the signal using the signal name..
Oct 21 2015, 2:13 PM
alex_kaworu.ch added a comment to D3961: newsyslog.conf: allow configure the signal using the signal name..

signame_to_signum taken from kill(1), manpage changes based on OpenBSD's newsyslog.conf.

Oct 21 2015, 1:34 PM
alex_kaworu.ch retitled D3961: newsyslog.conf: allow configure the signal using the signal name. from to newsyslog.conf: allow configure the signal using the signal name..
Oct 21 2015, 1:31 PM