freebsd-ports/net/rscsi/pkg-descr
Robert Clausecker 8ce2900d5a devel/schilybase: 2022 schilytools touchup
Following Jörg Schilling's death in 2021, this is a light touch up of
the port in preparation of future updates at the project's new home.

 - Jörg's domains have started to run out.  Change the WWW to our new
   project lest they point to some unrelated site.
 - Instead of building profiled libraries and then throwing them out,
   have -PROFILE not build these in the first place.
 - Enable symbol versioning for hardening against mismatched library
   versions.  While tested well on Linux, this option was never enabled
   on FreeBSD due to Jörg's lack of experience with the system.  Given
   that the toolchain is pretty much the same, little to now issues are
   to be expected.
 - Relax schilybase dependency to just LIB_DEPENDS to simplify partial
   upgrades.  This is reasonably safe now that symbol versioning has
   been enabled.

WWW:		https://codeberg.org/schilytools/schilytools

ChangeLog: https://codeberg.org/schilytools/schilytools

PR:	265040
Reported by:	fuz@fuz.su (maintainer)
2022-07-07 07:35:24 +02:00

14 lines
683 B
Plaintext

The rscsi command is a remote generic SCSI transport server program.
rscsi is a program that is run locally on the machine with SCSI
devices, it is used by remote programs like cdrecord(1), cdda2wav(1),
readcd(1), and sformat(1) that like to access SCSI devices through an
interprocess communication connection via libscg. rscsi is normally
started up with an rexec(3) or rcmd(3) call but it may also be
connected via an internal pipe to an ssh(1) session that was set up by
the remote user.
The rscsi command must be installed setuid root for full functionality.
For this reason it is provided as a separate package to cdrtools.
WWW: https://codeberg.org/schilytools/schilytools