summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-05 18:17:39 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-05 18:17:39 +0000
commit8cee1451070ea6aae1f63054211b1d5c8f376410 (patch)
tree686bc09c135401b75639157ead32595108edcd9f
parent68df1ae9313ff5f059a2d795e7ae913f87497ff4 (diff)
*** empty log message ***
-rw-r--r--libtreefs/s-file.c4
-rw-r--r--release/SOURCES.0.261
-rw-r--r--release/checklist1
3 files changed, 12 insertions, 54 deletions
diff --git a/libtreefs/s-file.c b/libtreefs/s-file.c
index cd9144da..73c32d7f 100644
--- a/libtreefs/s-file.c
+++ b/libtreefs/s-file.c
@@ -1,6 +1,6 @@
/* File_t rpc stubs; see <hurd/fs.defs> for more info
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -62,7 +62,7 @@ treefs_S_file_chmod (struct treefs_protid *cred, mode_t mode)
{
if (!cred)
return EOPNOTSUPP;
- mode &= ~(S_IFMT | S_ISPARE);
+ mode &= ~(S_IFMT | S_ISPARE | S_ITRANS);
return treefs_s_file_chmod (cred, mode);
}
diff --git a/release/SOURCES.0.2 b/release/SOURCES.0.2
index 9c7b2bdd..16de5b42 100644
--- a/release/SOURCES.0.2
+++ b/release/SOURCES.0.2
@@ -13,7 +13,7 @@ Mark with * when installation into /gd4/gnu-0.2 has been done.
* automake (1.0) (useless w/out perl)
* bash (2.0)
* bc (1.04)
-* binutils (2.8)
+binutils (2.8.1)
* bison (1.25)
* cpio (2.4.2)
* cvs (1.9)
@@ -30,7 +30,6 @@ Mark with * when installation into /gd4/gnu-0.2 has been done.
[ Comment out basename in find/defs.h and find/util.c.
Define _GNU_SOURCE at front of find/pred.c.
Define ARG_MAX to be 20480 before its first use. ]
-finger (1.37) [what's the correct configuration?]
* flex (2.5.4)
* from (special source)
* g77 (0.5.19.1)
@@ -45,9 +44,9 @@ finger (1.37) [what's the correct configuration?]
glibc (2.0.4)
[glibc-crypt (2.0.4)]
* gmp (2.0.2)
-- gnat (3.09)
-gnuchess (4.0.pl77) [ in src/Makefile, use 'prefix=' ]
+* gnuchess (4.0.pl77) [ in src/Makefile, use 'prefix=' ]
gnumach (1.1.1) [ wait to decide what devices to include ]
+* gnugo (1.2)
* grep (2.0)
* grub (0.4)
* gzip (1.2.4)
@@ -58,6 +57,12 @@ hurd (0.2)
* inetutils (1.3a)
* less (332)
* libg++ (2.7.2)
+* lynx (2.7)
+ [ Set defaults appropriately for GNU in userdefs.h. ]
+ [ In WWW/Library/Implementation/HTTCP.c add #ifndef __GNU__ around
+ the sys_errlist test and #ifdef __GNU__ around the strerror case
+ in HTInetStatus. ]
+
* m4 (1.4)
* make (3.75) [ use latest getloadavg ]
* miscfiles (1.1)
@@ -109,51 +114,3 @@ hurd (0.2)
* wdiff (0.5)
-apache
-calc
-cfengine
-clisp
-common lisp
-dejagnu
-dld
-elib
-es
-enscript
-ffcall
-fontutils
-generic nqs
-gforth
-git
-gnans
-gnats
-gnumath
-gnuplot
-gnuserv
-hyperbole
-id utils
-ispell
-jacal
-lynx
-maxima
-meta-hmtl
-mc
-nih class library
-oaklisp
-objective c library
-octave
-oleo
-p2c
-pcl
-rc
-roxen
-screen
-shogi
-smalltalk
-superopt
-sneps
-tile-forth
-ucblogo
-uucp
-wget
-wn
-
diff --git a/release/checklist b/release/checklist
index b94172a6..e9d7e310 100644
--- a/release/checklist
+++ b/release/checklist
@@ -28,6 +28,7 @@ Checklist for binary image filesystems
* Make sure there is only a stubby resolv.conf in the distribution.
* Make sure /etc/fstab has no active members
* Make sure nethack is clean
+* Make sure localtime is Factory
* Source code for Hurd and libc must be released.
* Make sure everything listed in SOURCES is on prep.
* Remove .stamp files from binary tree.