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.
|
--- ./compat/include/pathnames.h~ 2005-10-19 05:53:56.000000000 +0200
|
|
+++ ./compat/include/pathnames.h 2005-10-19 05:55:24.000000000 +0200
|
|
@@ -47,11 +47,11 @@
|
|
|
|
#ifndef _PATH_DEFTAPE
|
|
#ifdef __linux__
|
|
-#define _PATH_DEFTAPE "/dev/st0"
|
|
+#define _PATH_DEFTAPE "/dev/tape/tape0"
|
|
#endif
|
|
#ifdef sunos
|
|
#define _PATH_DEFTAPE "/dev/rmt/0"
|
|
#endif
|
|
#endif
|
|
|
|
-#define _PATH_RMT "/etc/rmt" /* path on remote host */
|
|
+#define _PATH_RMT "/sbin/rmt" /* path on remote host */
|