forked from pool/schily
Jan Engelhardt
214927d25b
- add patches from the star package * schily-2018-05-25_star_configuration.patch * schily-2018-05-25_star_no_fsync.patch * schily-2018-05-25_star_lock.patch * schily-2018-05-25_star_detect_gzip_failures.patch * schily-2018-05-25_star_bufferoverflow.patch * schily-2018-05-25_star_use_ssh_by_default.patch * schily-2018-05-25_star_selinux.patch - add missing BuildRequires for star: * autoconf (because of selinux patch) * libacl-devel * libattr-devel * libselinux-devel * libtool - install README-FIRST (as schily-rmt) documentation - add noreplace for %_sysconfdir/default/rmt and %_sysconfdir/default/star - move srmt from sbindir to bindir - do not ship star_sym and suntar OBS-URL: https://build.opensuse.org/request/show/614590 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=27
16 lines
747 B
Plaintext
16 lines
747 B
Plaintext
If you want to use rmt from this package, you have to edit /etc/default/rmt
|
|
to configure it. By default, nobody is allowed to run mt (entry USER) and
|
|
the only visible target (entry ACCESS) is the null device.
|
|
|
|
If you would like to have an account to directly access rmt, you will have
|
|
to create one yourself, setting the default shell to /usr/sbin/rmt. Please
|
|
don't forget to add entries to .rhosts in the home directory of said account
|
|
for all remote users that are allowed to use this account.
|
|
|
|
The creation of this account may be done either via YaST2 or via useradd.
|
|
An example for using useradd would be:
|
|
|
|
useradd -c "Remote TAPE" -G bin -s /usr/sbin/rmt rtape
|
|
|
|
After creating this account, you have to add this user to /etc/default/rmt.
|