Discussion:
git: DragonFly_RELEASE_5_4 script(1): Sync with FreeBSD
Matthew Dillon
2018-12-01 05:13:06 UTC
Permalink
commit 2625c250b4cbca588aee9fc52f517ceb976a7b0f
Author: Antonio Huete Jimenez <***@quantumachine.net>
Date: Sun Nov 25 12:05:59 2018 +0100

script(1): Sync with FreeBSD

- Add -p flag which is used to replay typescripts.
- Add -d flag to avoid sleeps in playbacks.
- Add -F flag which allows recording/playing through pipes.
- Add -r flag to optionally record all.
- A bunch of fixes, mostly.

Note: -f flag from FreeBSD is not available since DragonFly BSD does not
have filemon(4)

Summary of changes:
usr.bin/script/script.1 | 100 +++++++++++----
usr.bin/script/script.c | 332 ++++++++++++++++++++++++++++++++++++++----------
2 files changed, 344 insertions(+), 88 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2625c250b4cbca588aee9fc52f517ceb976a7b0f
--
DragonFly BSD source repository
Loading...