diff --git a/distrib/sets/lists/man/mi b/distrib/sets/lists/man/mi index 95a153959882..9fd8736cb740 100644 --- a/distrib/sets/lists/man/mi +++ b/distrib/sets/lists/man/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1694 2020/06/23 21:34:44 rin Exp $ +# $NetBSD: mi,v 1.1695 2020/07/13 09:10:34 jruoho Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -2127,6 +2127,7 @@ ./usr/share/man/cat5/capfile.0 man-sys-catman .cat ./usr/share/man/cat5/ccd.conf.0 man-sysutil-catman .cat ./usr/share/man/cat5/cdb.0 man-sys-catman .cat +./usr/share/man/cat5/changelist.0 man-sys-catman .cat ./usr/share/man/cat5/cidr_table.0 man-postfix-catman postfix,.cat ./usr/share/man/cat5/core.0 man-sys-catman .cat ./usr/share/man/cat5/crontab.0 man-cron-catman .cat @@ -2257,6 +2258,7 @@ ./usr/share/man/cat5/pim6sd.conf.0 man-obsolete obsolete ./usr/share/man/cat5/pkg_install.conf.0 man-pkgutil-catman .cat ./usr/share/man/cat5/pkg_summary.0 man-pkgutil-catman .cat +./usr/share/man/cat5/pkgpath.conf.0 man-sys-catman .cat ./usr/share/man/cat5/postconf.0 man-postfix-catman postfix,.cat ./usr/share/man/cat5/postfix-wrapper.0 man-postfix-catman postfix,.cat ./usr/share/man/cat5/primes.0 man-obsolete obsolete @@ -5252,6 +5254,7 @@ ./usr/share/man/html5/capfile.html man-sys-htmlman html ./usr/share/man/html5/ccd.conf.html man-sysutil-htmlman html ./usr/share/man/html5/cdb.html man-sys-htmlman html +./usr/share/man/html5/changelist.html man-sys-htmlman html ./usr/share/man/html5/cidr_table.html man-postfix-htmlman postfix,html ./usr/share/man/html5/core.html man-sys-htmlman html ./usr/share/man/html5/crontab.html man-cron-htmlman html @@ -5371,6 +5374,7 @@ ./usr/share/man/html5/phones.html man-sys-man html ./usr/share/man/html5/pkg_install.conf.html man-pkgutil-htmlman html ./usr/share/man/html5/pkg_summary.html man-pkgutil-htmlman html +./usr/share/man/html5/pkgpath.conf.html man-sys-man html ./usr/share/man/html5/postconf.html man-postfix-htmlman postfix,html ./usr/share/man/html5/postfix-wrapper.html man-postfix-htmlman postfix,html ./usr/share/man/html5/printcap.html man-lpr-htmlman html @@ -8311,6 +8315,7 @@ ./usr/share/man/man5/capfile.5 man-sys-man .man ./usr/share/man/man5/ccd.conf.5 man-sysutil-man .man ./usr/share/man/man5/cdb.5 man-sys-man .man +./usr/share/man/man5/changelist.5 man-sys-man postfix,.man ./usr/share/man/man5/cidr_table.5 man-postfix-man postfix,.man ./usr/share/man/man5/core.5 man-sys-man .man ./usr/share/man/man5/crontab.5 man-cron-man .man @@ -8441,6 +8446,7 @@ ./usr/share/man/man5/pim6sd.conf.5 man-obsolete obsolete ./usr/share/man/man5/pkg_install.conf.5 man-pkgutil-man .man ./usr/share/man/man5/pkg_summary.5 man-pkgutil-man .man +./usr/share/man/man5/pkgpath.conf.5 man-sys-man .man ./usr/share/man/man5/postconf.5 man-postfix-man postfix,.man ./usr/share/man/man5/postfix-wrapper.5 man-postfix-man postfix,.man ./usr/share/man/man5/primes.5 man-obsolete obsolete diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 849b43202453..f1ae8f6c0c48 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.72 2018/01/09 03:31:12 christos Exp $ +# $NetBSD: Makefile,v 1.73 2020/07/13 09:10:35 jruoho Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # missing: dump.5 plot.5 MAN= a.out.5 acct.5 ar.5 autofs.5 boot.cfg.5 \ - capfile.5 core.5 daily.5 disktab.5 elf.5 \ + capfile.5 changelist.5 core.5 daily.5 disktab.5 elf.5 \ ethers.5 floppytab.5 forward.5 \ fs.5 fstab.5 genassym.cf.5 gpio.conf.5 group.5 hesiod.conf.5 \ hosts.5 hosts.equiv.5 ifaliases.5 ifconfig.if.5 intro.5 \ ipsec.conf.5 ld.so.conf.5 link.5 locale.alias.5 \ locate.conf.5 login.conf.5 mixerctl.conf.5 modules.conf.5 mk.conf.5 \ monthly.5 motd.5 netconfig.5 netgroup.5 networks.5 nologin.5 \ - nsswitch.conf.5 passwd.5 passwd.conf.5 phones.5 \ + nsswitch.conf.5 passwd.5 passwd.conf.5 phones.5 pkgpath.conf.5 \ printcap.5 protocols.5 ranlib.5 rc.conf.5 remote.5 \ resolv.conf.5 route.conf.5 rpc.5 \ security.conf.5 services.5 shells.5 \ stab.5 statvfs.5 sysctl.conf.5 ttyaction.5 \ utmp.5 utmpx.5 veriexec.5 weekly.5 wscons.conf.5 -MLINKS+=capfile.5 termcap.5 +MLINKS+=capfile.5 termcap.5 MLINKS+=daily.5 daily.conf.5 MLINKS+=fs.5 inode.5 MLINKS+=hosts.equiv.5 rhosts.5 diff --git a/share/man/man5/changelist.5 b/share/man/man5/changelist.5 new file mode 100644 index 000000000000..042fa3bf7c73 --- /dev/null +++ b/share/man/man5/changelist.5 @@ -0,0 +1,52 @@ +.\" $NetBSD: changelist.5,v 1.1 2020/07/13 09:10:35 jruoho Exp $ +.\" +.\" Copyright (c) 2020 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Jukka Ruohonen. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 13, 2020 +.Dt CHANGELIST 5 +.Os +.Sh NAME +.Nm changelist +.Nd local files processed by maintenance scripts +.Sh DESCRIPTION +The +.Pa /etc/changelist +file contains locally added files that are processed by the +.Pa /etc/security +script as a part of the +.Xr daily 5 +routines. +.Sh FILES +.Bl -tag -width /etc/pkgpath.conf -compact +.It Pa /etc/changelist +local files processed by maintenance scripts +.El +.Sh SEE ALSO +.Xr daily 5 , +.Xr security.conf 5 , +.Xr cron 8 diff --git a/share/man/man5/pkgpath.conf.5 b/share/man/man5/pkgpath.conf.5 new file mode 100644 index 000000000000..bdd5e7f0a67a --- /dev/null +++ b/share/man/man5/pkgpath.conf.5 @@ -0,0 +1,66 @@ +.\" $NetBSD: pkgpath.conf.5,v 1.1 2020/07/13 09:10:35 jruoho Exp $ +.\" +.\" Copyright (c) 2020 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Jukka Ruohonen. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 13, 2020 +.Dt PKGPATH.CONF 5 +.Os +.Sh NAME +.Nm pkgpath.conf +.Nd paths for package utilities +.Sh DESCRIPTION +The +.Pa /etc/pkgpath.conf +file provides definitions of the paths to different +package utilities, including +.Xr pkg_admin 1 +and +.Xr pkg_info 1 +in particular. +These definitions are used by maintenance scripts such as +.Xr daily 5 . +.Pp +The definitions may be altered when using package utilities from +.Xr pkgsrc 7 +instead of the default ones supplied by +.Nx . +.Sh FILES +.Bl -tag -width /etc/pkgpath.conf -compact +.It Pa /etc/pkgpath.conf +paths used by package utilities +.El +.Sh SEE ALSO +.Xr pkg_admin 1 , +.Xr pkg_info 1 , +.Xr daily 5 , +.Xr security.conf 5 +.Sh HISTORY +The +.Pa /etc/pkgpath.conf +file first appeared in +.Nx 7.0 .