diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-20 22:10:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-20 22:10:03 +0000 |
commit | 6e3901a2a881da516e199475ac583423ed03241b (patch) | |
tree | dd7b0b9bf2ad0eab920bf2a50d087fa79ce196b4 /gnu/usr.sbin | |
parent | 428946641621743b1a1ca5eedbfa690396916e1b (diff) |
mailq moves to section 8 since it can only be run by the superuser now
that sendmail is no longer setuid root.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/mailq.8 (renamed from gnu/usr.sbin/sendmail/sendmail/mailq.1) | 3 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/sendmail.8 | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 085b2a6c274..897bbd8f96c 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2001/09/12 19:17:10 millert Exp $ +# $OpenBSD: Makefile,v 1.15 2001/09/20 22:10:02 millert Exp $ PROG= sendmail @@ -30,7 +30,7 @@ SRCS= main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c \ savemail.c sasl.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c \ stats.c sysexits.c timers.c tls.c trace.c udb.c usersmtp.c util.c \ version.c -MAN= aliases.5 mailq.1 newaliases.8 sendmail.8 +MAN= aliases.5 mailq.8 newaliases.8 sendmail.8 MLINKS= sendmail.8 hoststat.1 sendmail.8 purgestat.1 BINDIR= /usr/libexec/sendmail BINOWN= root diff --git a/gnu/usr.sbin/sendmail/sendmail/mailq.1 b/gnu/usr.sbin/sendmail/sendmail/mailq.8 index ecb1b88cbe7..0b97008a693 100644 --- a/gnu/usr.sbin/sendmail/sendmail/mailq.1 +++ b/gnu/usr.sbin/sendmail/sendmail/mailq.8 @@ -12,7 +12,7 @@ .\" $Sendmail: mailq.1,v 8.18 2000/12/23 19:37:48 ca Exp $ .\" .Dd December 23, 2000 -.Dt MAILQ 1 +.Dt MAILQ 8 .Os .Sh NAME .Nm mailq @@ -23,6 +23,7 @@ .Sh DESCRIPTION .Nm Mailq prints a summary of the mail messages queued for future delivery. +It may only be run by the superuser. .Pp The first line printed for each message shows the internal identifier used on this host diff --git a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 b/gnu/usr.sbin/sendmail/sendmail/sendmail.8 index f07ba0d68ad..d814b256248 100644 --- a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 +++ b/gnu/usr.sbin/sendmail/sendmail/sendmail.8 @@ -621,12 +621,12 @@ temp files .El .Sh SEE ALSO .Xr mail 1 , -.Xr mailq 1 , .Xr syslog 3 , .Xr aliases 5 , .Xr mailer.conf 5 , .Xr mailaddr 7 , .Xr mail.local 8 , +.Xr mailq 8 , .Xr newaliases 8 , .Xr rc 8 , .Xr rmail 8 |