summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-15 23:03:21 +0000
committerRoland McGrath <roland@gnu.org>1999-05-15 23:03:21 +0000
commit27538ebfd1a8cf910dbc4155abfd009e1ac318d2 (patch)
tree46405f132d197f97e85e33549279b9530e24da7f /daemons
parentc9919f9f6f260933eba13df3c120c7027160d3f6 (diff)
.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index ac0b7818..9e7a0a92 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,12 +1,16 @@
+1999-05-15 Roland McGrath <roland@baalperazim.frob.com>
+
+ * rc.sh: Do `swapon -a' first thing.
+
Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
* lmail.c (OPT_REMOVE): New macro.
(options): Don't recognize -r as an alias for --remove, but
- recognize it separately as a hidden alias.
+ recognize it separately as a hidden alias.
(main / parse_opt): Make -d do nothing.
- Make -r an alias for -f. Have OPT_REMOVE do the removal thing.
+ Make -r an alias for -f. Have OPT_REMOVE do the removal thing.
Reported by Mark Kettenis (kettenis@wins.uva.nl).
-
+
1998-12-06 Roland McGrath <roland@baalperazim.frob.com>
* lmail.c (deliver, main): Add braces to silence gcc warning.