bug#49428: RFE: for --time have option to only include contents, not dir itself.

2021-07-05 Thread L A Walsh
First stab at a script is really slow... find dirs, then find all files in the dir: There's gotta be a faster way...ug! lastt=1 shopt -s lastpipe find "$1" -depth -type d | while read dr;do t=$(find "$dr" -xdev -maxdepth 1 -mindepth 1 ! -name . -a ! -name .. -printf "%T@\n" | cut

bug#49428: RFE: for --time have option to only include contents, not dir itself.

2021-07-05 Thread L A Walsh
I did a re-install-in-place on windows that reset the dirtimes on all the dirs to the date I did the re-inst. As a partial recovery, I want to be able to reset the date to the time of the last modified file in the dir. I thought to use: du -s --time DIR but it's not just showing (from manpag

bug#44770: [PATCH v2 1/2] services: setuid: More configurable setuid support.

2021-07-05 Thread Chris Lemmer-Webber
Brice Waegeneire writes: > From: Christopher Lemmer Webber > > New record with fields for setting the specific user > and group, as well as specifically selecting the setuid and setgid bits, > for a program within the setuid-program-service. > > * gnu/services.scm (setuid-program-file-like-depre

bug#44770: [PATCH v2 0/2] services: setuid: More configurable setuid support.

2021-07-05 Thread Chris Lemmer-Webber
Ooh! Taking a look! Brice Waegeneire writes: > Hello Christopher, > > Some times ago I continued your patch from where you left it. If I recall > correctly it should address all the suggestions from Ludo' and Maxim. I'm > using it for several month now without any issue. > > Thank your for you