CVS commit: src/sbin/chown

2023-05-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 20 09:41:34 UTC 2023 Modified Files: src/sbin/chown: chgrp.1 Log Message: ALso fix chgrp Synopsis to include -d option To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/chown/chgrp.1 Please note th

CVS commit: src/sbin/chown

2023-05-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 20 09:41:34 UTC 2023 Modified Files: src/sbin/chown: chgrp.1 Log Message: ALso fix chgrp Synopsis to include -d option To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/chown/chgrp.1 Please note th

CVS commit: src/sbin/chown

2023-05-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 20 00:54:15 UTC 2023 Modified Files: src/sbin/chown: chown.8 Log Message: dd -d to the Synopsis To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/chown/chown.8 Please note that diffs are not publi

CVS commit: src/sbin/chown

2023-05-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 20 00:54:15 UTC 2023 Modified Files: src/sbin/chown: chown.8 Log Message: dd -d to the Synopsis To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/chown/chown.8 Please note that diffs are not publi

CVS commit: src/sbin/chown

2023-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 4 18:34:55 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: KNF: no space after ( and before ), constants on the RHS (like everywhere else in this file). To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sbin/chown

2023-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 4 18:34:55 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: KNF: no space after ( and before ), constants on the RHS (like everywhere else in this file). To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sbin/chown

2023-05-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 4 18:04:55 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: Cast -1 to expected type and fix a edititing mishap to make this build. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/cho

CVS commit: src/sbin/chown

2023-05-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 4 18:04:55 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: Cast -1 to expected type and fix a edititing mishap to make this build. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/cho

CVS commit: src/sbin/chown

2023-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 4 17:07:57 UTC 2023 Modified Files: src/sbin/chown: chgrp.1 chown.8 chown.c Log Message: Add a -d flag to avoid changing a file's owner/group to the current value. This avoids some unnecessary operations on the file.

CVS commit: src/sbin/chown

2023-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 4 17:07:57 UTC 2023 Modified Files: src/sbin/chown: chgrp.1 chown.8 chown.c Log Message: Add a -d flag to avoid changing a file's owner/group to the current value. This avoids some unnecessary operations on the file.

CVS commit: src/sbin/chown

2023-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 09:56:45 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/chown/chown.c Please note that diffs are not public do

CVS commit: src/sbin/chown

2023-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 09:56:45 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/chown/chown.c Please note that diffs are not public do