diff options
| author | Guy Helmer <ghelmer@FreeBSD.org> | 1998-06-23 16:52:59 +0000 |
|---|---|---|
| committer | Guy Helmer <ghelmer@FreeBSD.org> | 1998-06-23 16:52:59 +0000 |
| commit | e063c51e70b15115b3f6626aea913eb7d04d0558 (patch) | |
| tree | ef35712fdc3f02653466f60cfc96453c731fe5e9 /usr.bin | |
| parent | d83e0741d64b2b8c8a92f5d8391650f2c1ac910e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/msgs/msgs.1 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 779fc0a9bba4..edab4a77ac8e 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -134,11 +134,15 @@ to enable posting of messages. The .Fl c option is used for performing cleanup on -.Pa /var/msgs. -An entry with the +.Pa /var/msgs . +A shell script entry to run +.Nm +with the .Fl c option should be placed in -.Pa /etc/crontab +.Pa /etc/periodic/daily +(see +.Xr periodic 8 ) to run every night. This will remove all messages over 21 days old. A different expiration may be specified on the command line to override the default. @@ -146,7 +150,7 @@ the default. Options when reading messages include: .Bl -tag -width Fl .It Fl f -Do not to say ``No new messages.''. +Do not say ``No new messages.''. This is useful in a .Pa .login file since this is often the case here. @@ -205,8 +209,8 @@ number of next message to be presented .Sh SEE ALSO .Xr mail 1 , .Xr more 1 , -.Xr aliases 5 -.\".Xr crontab 5 , +.Xr aliases 5 , +.Xr periodic 8 .Sh HISTORY The .Nm |
