summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-17 22:55:08 +0000
committerRoland McGrath <roland@gnu.org>1996-07-17 22:55:08 +0000
commit5b9e5e24f883db76aa783678b77698c47caecc30 (patch)
tree199fc2010d664be83723e838f8217dbb4c3eab82 /daemons
parentb3657b27182f2c707cb940795cb982e4bb0f5660 (diff)
Initial revision
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
new file mode 100644
index 00000000..af37651c
--- /dev/null
+++ b/daemons/ChangeLog
@@ -0,0 +1,58 @@
+Mon Jul 15 17:27:27 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * rc.sh: Create /var/run/uptime *after* clearing /var/run. Always
+ create /var/run/mtab to keep e2fsck happy.
+
+Fri Jul 12 16:49:33 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * rc.sh: Only clean /tmp and /var/run if they are respectively
+ directories.
+
+Sun Jul 7 10:39:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * getty.c (print_banner): Use basename instead of rolling our own.
+
+Sat Jul 6 13:58:40 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * getty.c (print_banner): Don't include directory in terminal
+ name.
+
+Sat Jul 6 00:10:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * getty.c (print_banner): Use localhost instead of grotty loop.
+ Make static.
+ (main): Use syslog instead of error to report exec failure.
+ * Makefile (getty): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.
+
+Fri Jul 5 22:02:16 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * getty.c: Include <sys/utsname.h> and <stdlib.h>.
+ (print_banner): New function.
+ (main): Call print_banner.
+
+ * getty.c (main): Return something.
+
+Tue Jul 2 23:36:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * rc.sh: Touch /var/run/uptime file.
+
+Mon Jul 1 17:54:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * getty.c (main): Don't time out hardwired lines.
+ Print an error if exec fails.
+
+Thu Jun 27 16:44:52 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * getty.c (main): Repair loop.
+
+Tue Jun 25 18:01:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * rc.sh: Use real fsck instead of kluge.
+
+ * Makefile (%: %.sh): Make target writable.
+
+Thu Jun 20 14:38:58 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * rc.sh: Copied from ../config.
+ * getty.c: Copied from ../utils.
+ * Makefile: New file.