Date: Sun, 28 May 2017 18:07:53 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r319079 - in head: . sbin/mount share/man/man5 Message-ID: <201705281807.v4SI7r4X024552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Sun May 28 18:07:53 2017 New Revision: 319079 URL: https://svnweb.freebsd.org/changeset/base/319079 Log: Move mount.conf(8) to mount.conf(5); it's a kernel configuration file and not an administrative utility. MFC after: 2 weeks Added: head/share/man/man5/mount.conf.5 - copied, changed from r319078, head/sbin/mount/mount.conf.8 Deleted: head/sbin/mount/mount.conf.8 Modified: head/ObsoleteFiles.inc head/sbin/mount/Makefile head/share/man/man5/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Sun May 28 17:50:29 2017 (r319078) +++ head/ObsoleteFiles.inc Sun May 28 18:07:53 2017 (r319079) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20170529: mount.conf(8) -> mount.conf(5) +OLD_FILES+=usr/share/man/man8/mount.conf.8.gz # 20170525: remove misleading template OLD_FILES+=usr/share/misc/man.template # 20170525: disconnect the roff docs from the build Modified: head/sbin/mount/Makefile ============================================================================== --- head/sbin/mount/Makefile Sun May 28 17:50:29 2017 (r319078) +++ head/sbin/mount/Makefile Sun May 28 18:07:53 2017 (r319079) @@ -4,7 +4,7 @@ PACKAGE=runtime PROG= mount SRCS= mount.c mount_fs.c getmntopts.c vfslist.c -MAN= mount.8 mount.conf.8 +MAN= mount.8 # We do NOT install the getmntopts.3 man page. LIBADD= util Modified: head/share/man/man5/Makefile ============================================================================== --- head/share/man/man5/Makefile Sun May 28 17:50:29 2017 (r319078) +++ head/share/man/man5/Makefile Sun May 28 18:07:53 2017 (r319079) @@ -40,6 +40,7 @@ MAN= acct.5 \ make.conf.5 \ moduli.5 \ motd.5 \ + mount.conf.5 \ mqueuefs.5 \ msdosfs.5 \ networks.5 \ Copied and modified: head/share/man/man5/mount.conf.5 (from r319078, head/sbin/mount/mount.conf.8) ============================================================================== --- head/sbin/mount/mount.conf.8 Sun May 28 17:50:29 2017 (r319078, copy source) +++ head/share/man/man5/mount.conf.5 Sun May 28 18:07:53 2017 (r319079) @@ -27,7 +27,7 @@ .\" .\" .Dd October 17, 2013 -.Dt MOUNT.CONF 8 +.Dt MOUNT.CONF 5 .Os .Sh NAME .Nm mount.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705281807.v4SI7r4X024552>