diff options
| author | Eli Zaretskii | 2001-03-25 08:30:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-25 08:30:21 +0000 |
| commit | d67e4586cee72dbe87643665bb5bc199cc7d29d0 (patch) | |
| tree | fcdcd8f48e3bf74f8fb7683f74f418cd5715a45d | |
| parent | b4da93e1d052e49f2c544d141a468fbee8081410 (diff) | |
| download | emacs-d67e4586cee72dbe87643665bb5bc199cc7d29d0.tar.gz emacs-d67e4586cee72dbe87643665bb5bc199cc7d29d0.zip | |
Say "RedHat Linux" instead of "RedHat GNU/Linux".
| -rw-r--r-- | etc/PROBLEMS | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 39e0cf37b76..d2cc10d3a57 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -176,14 +176,14 @@ libjpeg with both `--enable-static' and `--enable-shared' options.) | |||
| 176 | 176 | ||
| 177 | * Building Emacs over NFS fails with ``Text file busy''. | 177 | * Building Emacs over NFS fails with ``Text file busy''. |
| 178 | 178 | ||
| 179 | This was reported to happen when building Emacs on RedHat GNU/Linux | 179 | This was reported to happen when building Emacs on a GNU/Linux system |
| 180 | using a build directory automounted from Solaris (SunOS 5.6) file | 180 | (RedHat Linux 6.2) using a build directory automounted from Solaris |
| 181 | server, but it might not be limited to that configuration alone. | 181 | (SunOS 5.6) file server, but it might not be limited to that |
| 182 | Presumably, the NFS server doesn't commit the files' data to disk | 182 | configuration alone. Presumably, the NFS server doesn't commit the |
| 183 | quickly enough, and the Emacs executable file is left ``busy'' for | 183 | files' data to disk quickly enough, and the Emacs executable file is |
| 184 | several seconds after Emacs has finished dumping itself. This causes | 184 | left ``busy'' for several seconds after Emacs has finished dumping |
| 185 | the subsequent commands which invoke the dumped Emacs excutable to | 185 | itself. This causes the subsequent commands which invoke the dumped |
| 186 | fail with the above message. | 186 | Emacs excutable to fail with the above message. |
| 187 | 187 | ||
| 188 | In some of these cases, a time skew between the NFS server and the | 188 | In some of these cases, a time skew between the NFS server and the |
| 189 | machine where Emacs is built is detected and reported by GNU Make | 189 | machine where Emacs is built is detected and reported by GNU Make |