Commit Graph
14 Commits
Author SHA1 Message Date
Iustin PopandIustin Pop a0fb8d077e Improve manual page for the erase subcommand 2015-05-29 10:32:41 +02:00
Ivo De DeckerandIustin Pop e6a52fd9cf support stshowoptions command
The manpage lists the stshowoptions command, while the code has the
stshowopt command. This patch enables support for both.
2015-05-29 10:31:02 +02:00
Jan Christoph NordholzandIustin Pop 4d88fb7a01 Get rid of all those gcc warnings
For the stinit.c change, buflen is positive in all cases, so use a
cast. The other changes are straightforward.
2015-05-29 10:28:47 +02:00
Iustin Pop 6fd7c41012 Restore the default value for CFLAGS
Commit 0ca6864 changed CFLAGS to be taken from the environment, but
without using any default value. This patch restores the old CFLAGS
value as the default one.
2015-05-20 10:41:17 +02:00
Ivo De DeckerandIustin Pop 0ca68642de Use CFLAGS and LDFLAGS from environment
Note: this is a patch originating from the Debian packaging.
2015-05-20 10:39:22 +02:00
Iustin Pop a7c7d0838e Add a trivial gitignore file 2015-05-20 09:32:32 +02:00
David BindermanandIustin Pop 1f4613eb2b Fix pointer/char comparison
[stinit.c:151]: (warning) Char literal compared with pointer
'cp2'. Did you intend to dereference it?
2015-05-16 17:48:13 +02:00
Kai MäkisaraandIustin Pop 80e1c3d17c Check that the default tape device is a chardev
When using the default tape device (no $TAPE env. var and no explicit
tape given), check that it is indeed a character device; this will
help with better error messages on systems using udev, where /dev/tape
is a directory instead.
2015-05-16 17:48:13 +02:00
Kai MäkisaraandIustin Pop f734645c0f Add a few new density codes 2015-05-16 17:48:13 +02:00
Kai MäkisaraandIustin Pop cb54f6058d Small man page updates 2015-05-16 17:48:13 +02:00
Kai MäkisaraandIustin Pop c232ed0dd2 Backdated import of mt-st version 1.1
This is an import of the mt-st upstream release 1.1 as it appeared in
the Debian archives and on ftp://ftp.ibiblio.org/pub/linux/system/backup.
2015-05-16 17:46:05 +02:00
Kai MäkisaraandIustin Pop be12266b61 Backdated import of mt-st version 0.9b
This is an import of the mt-st upstream release 0.9b as it appeared in
the Debian archives.
2015-05-16 17:39:25 +02:00
Kai MäkisaraandIustin Pop 11875969cd Backdated import of mt-st version 0.8
This is an import of the mt-st upstream release 0.8 as it appeared in
the Debian archives.
2015-05-16 17:33:19 +02:00
Kai MäkisaraandIustin Pop fcb4fbe0d1 Backdated import of mt-st version 0.7
This is an import of the mt-st upstream release 0.7 as it appeared in
the Debian archives.
2015-05-16 17:26:03 +02:00