summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-04-18 23:58:46 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-04-18 23:58:46 +0000
commit18682585292b0b04b86e130fe6710fc887623c12 (patch)
treeeb73137785ab76a0227e88fd7f1f0f518c0c6720 /share/man
parentdd3ddfb3af6ec585c5239d92a8e93022f3770df5 (diff)
Adjust after removal of /etc/security to /usr/libexec.
More HISTORY. Using feedback from jmc@. "I think that is correct. If it isn't, someone out there will eventually moan :)" deraadt@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/changelist.57
-rw-r--r--share/man/man8/daily.816
-rw-r--r--share/man/man8/security.822
3 files changed, 31 insertions, 14 deletions
diff --git a/share/man/man5/changelist.5 b/share/man/man5/changelist.5
index c9ca45d5e2f..fb0d133f1f5 100644
--- a/share/man/man5/changelist.5
+++ b/share/man/man5/changelist.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: changelist.5,v 1.6 2010/09/25 19:39:23 jmc Exp $
+.\" $OpenBSD: changelist.5,v 1.7 2011/04/18 23:58:45 schwarze Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 25 2010 $
+.Dd $Mdocdate: April 18 2011 $
.Dt CHANGELIST 5
.Os
.Sh NAME
@@ -108,9 +108,6 @@ Default changelist.
.It Pa /etc/daily
Maintenance script which runs
.Xr security 8 .
-.It Pa /etc/security
-Shell script which reads
-.Pa /etc/changelist .
.It Pa /var/backups/
Directory containing file backups.
.El
diff --git a/share/man/man8/daily.8 b/share/man/man8/daily.8
index dd4de0a1ab1..ce94af34ea1 100644
--- a/share/man/man8/daily.8
+++ b/share/man/man8/daily.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: daily.8,v 1.17 2010/09/22 13:10:05 jmc Exp $
+.\" $OpenBSD: daily.8,v 1.18 2011/04/18 23:58:45 schwarze Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 22 2010 $
+.Dd $Mdocdate: April 18 2011 $
.Dt DAILY 8
.Os
.Sh NAME
@@ -158,11 +158,9 @@ exists, runs the
.Xr rdist 1
utility.
.It
-Runs the system security check script,
-.Pa /etc/security .
-See
+Runs the system
.Xr security 8
-for further details.
+check script.
.El
.Ss /etc/weekly
This script is run weekly.
@@ -278,6 +276,12 @@ Root
.Xr security 8 ,
.Xr yp 8
.Sh HISTORY
+The
+.Nm daily , weekly ,
+and
+.Nm monthly
+scripts first appeared in
+.Bx 4.3 Reno .
This manual page first appeared in
.Ox 3.4 .
.Sh CAVEATS
diff --git a/share/man/man8/security.8 b/share/man/man8/security.8
index c7ed1874058..e726e89ba12 100644
--- a/share/man/man8/security.8
+++ b/share/man/man8/security.8
@@ -1,15 +1,15 @@
-.\" $OpenBSD: security.8,v 1.18 2009/12/25 23:11:00 schwarze Exp $
+.\" $OpenBSD: security.8,v 1.19 2011/04/18 23:58:45 schwarze Exp $
.\"
.\" David Leonard, 2001. Public Domain.
.\"
-.Dd $Mdocdate: December 25 2009 $
+.Dd $Mdocdate: April 18 2011 $
.Dt SECURITY 8
.Os
.Sh NAME
.Nm security
.Nd periodic system security check
.Sh SYNOPSIS
-.Nm /etc/security
+.Nm /usr/libexec/security
.Sh DESCRIPTION
.Nm
is a command script that examines the system for some signs of security
@@ -137,6 +137,22 @@ Avoid trailing slashes.
.Xr changelist 5 ,
.Xr daily 8 ,
.Xr mtree 8
+.Sh HISTORY
+A
+.Nm
+shell script appeared in
+.Bx 4.3 Reno ,
+but most functionality only came with
+.Bx 4.4 .
+.Sh AUTHORS
+The present manual was written by David Leonard for
+.Ox 2.9 .
+Andrew Fresh and Ingo Schwarze rewrote
+.Nm
+from scratch in
+.Xr perl 1
+for
+.Ox 5.0 .
.Sh BUGS
The name of this script may provide a false sense of
.Nm security .