diff options
author | 2000-04-18 17:27:17 +0000 | |
---|---|---|
committer | 2000-04-18 17:27:17 +0000 | |
commit | 737ce4f3ba701176f4ad643a3181b5a820186f15 (patch) | |
tree | 109ea1a9c6174b4c187ea44caeb74991c69504de | |
parent | Answer the motd FAQ here, too. ok aaron@. (diff) | |
download | wireguard-openbsd-737ce4f3ba701176f4ad643a3181b5a820186f15.tar.xz wireguard-openbsd-737ce4f3ba701176f4ad643a3181b5a820186f15.zip |
operator alias points to root by default.
-rw-r--r-- | share/man/man8/afterboot.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 0093dd376d4..57123f95211 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.41 2000/04/18 16:57:14 kjell Exp $ +.\" $OpenBSD: afterboot.8,v 1.42 2000/04/18 17:27:17 kjell Exp $ .Dd October 20, 1997 .Dt AFTERBOOT 8 \!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu @@ -539,14 +539,13 @@ from the master so that the remote commands work. .Ss Mail Aliases Edit .Pa /etc/mail/aliases -and set the four standard aliases to go to either a mailing list, or +and set the three standard aliases to go to either a mailing list, or the system administrator. .Bd -literal -offset indent # Well-known aliases -- these should be filled in! root: sysadm manager: sysadm dumper: sysadm -operator: sysadm .Ed .Pp Run |