Discussion:
Patch for patch, but not foreach :-)
Hans Petter Selasky
2021-05-07 13:49:00 UTC
Permalink
Time has come that I make a patch for the most central patching tool in
FreeBSD, patch :-)

https://reviews.freebsd.org/D30160

--HPS
Shawn Webb
2021-05-07 17:11:33 UTC
Permalink
Post by Hans Petter Selasky
Time has come that I make a patch for the most central patching tool in
FreeBSD, patch :-)
https://reviews.freebsd.org/D30160
As stupid as it sounds, '*' is a valid filename.
--
Shawn Webb
Cofounder / Security Engineer
HardenedBSD

https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
Maxim Sobolev
2021-05-07 21:04:57 UTC
Permalink
Replace '*' with ^T perhaps and catch SIGINFO? 🤔

-Max
Post by Shawn Webb
Post by Hans Petter Selasky
Time has come that I make a patch for the most central patching tool in
FreeBSD, patch :-)
https://reviews.freebsd.org/D30160
As stupid as it sounds, '*' is a valid filename.
--
Shawn Webb
Cofounder / Security Engineer
HardenedBSD
https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
Michael Gmelin
2021-05-07 21:10:40 UTC
Permalink
What about using "."? Or "/" (which would match the muscle memory of "search" in less/more/vi/some browsers)?

-m
Post by Maxim Sobolev
Replace '*' with ^T perhaps and catch SIGINFO? 🤔
-Max
Post by Shawn Webb
Post by Hans Petter Selasky
Time has come that I make a patch for the most central patching tool in
FreeBSD, patch :-)
https://reviews.freebsd.org/D30160
As stupid as it sounds, '*' is a valid filename.
--
Shawn Webb
Cofounder / Security Engineer
HardenedBSD
https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Chris
2021-05-07 21:58:49 UTC
Permalink
Post by Michael Gmelin
What about using "."? Or "/" (which would match the muscle memory of
"search" in
less/more/vi/some browsers)?
+1
I really like that idea.

--Chris
Post by Michael Gmelin
-m
Post by Maxim Sobolev
Replace '*' with ^T perhaps and catch SIGINFO? 🤔
-Max
Post by Shawn Webb
Post by Hans Petter Selasky
Time has come that I make a patch for the most central patching tool in
FreeBSD, patch :-)
https://reviews.freebsd.org/D30160
As stupid as it sounds, '*' is a valid filename.
--
Shawn Webb
Cofounder / Security Engineer
HardenedBSD
https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Hans Petter Selasky
2021-05-10 13:57:33 UTC
Permalink
Post by Chris
Post by Michael Gmelin
What about using "."? Or "/" (which would match the muscle memory of
"search" in
less/more/vi/some browsers)?
+1
I really like that idea.
Hi,

Thank you for all the good feedback!

Based on the input I've got, the differential revision has now been updated:

https://reviews.freebsd.org/D30160

--HPS

Loading...