mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
468 B

  1. --- ./compat/include/pathnames.h~ 2005-10-19 05:53:56.000000000 +0200
  2. +++ ./compat/include/pathnames.h 2005-10-19 05:55:24.000000000 +0200
  3. @@ -47,11 +47,11 @@
  4. #ifndef _PATH_DEFTAPE
  5. #ifdef __linux__
  6. -#define _PATH_DEFTAPE "/dev/st0"
  7. +#define _PATH_DEFTAPE "/dev/tape/tape0"
  8. #endif
  9. #ifdef sunos
  10. #define _PATH_DEFTAPE "/dev/rmt/0"
  11. #endif
  12. #endif
  13. -#define _PATH_RMT "/etc/rmt" /* path on remote host */
  14. +#define _PATH_RMT "/sbin/rmt" /* path on remote host */