summaryrefslogtreecommitdiffstats
path: root/src/util/ss/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-06-28 18:28:11 +0000
committerTheodore Tso <tytso@mit.edu>1995-06-28 18:28:11 +0000
commit966b47e499faefe16dc615ac4df920f95131db6d (patch)
tree7abe8dfdf5d2406d4a07e24266fe425ed022aadc /src/util/ss/ChangeLog
parentf33c01c4c2c38f1c3ec1e1418ea6e158a6b50b16 (diff)
Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed to
remove comment lines beginning with '#', since some sed programs can't handle that. Change config_script so that the directory where the ct_c.* files can be specified, since those are in the build directory, instead of the source directory. (This is all for the sake of System V sed. Sigh.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6186 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss/ChangeLog')
-rw-r--r--src/util/ss/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index e49b5d3d1..d9aecc980 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,13 @@
+Wed Jun 28 11:24:20 1995 <tytso@rsx-11.mit.edu>
+
+ * Makefile.in, ct_c.sed.in, ct_c.awk.in, config_script: Rename
+ ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed
+ to remove comment lines beginning with '#', since some sed
+ programs can't handle that. Change config_script so that
+ the directory where the ct_c.* files can be specified,
+ since those are in the build directory, instead of the
+ source directory. (This is all for the sake of System V
+ sed's. Sigh.)
Tue Jun 27 15:46:06 EDT 1995 Paul Park (pjpark@mit.edu)
* listen.c(listen_int_handler) - Add argument to conform to signal