From owner-svn-src-all@freebsd.org Sun May 28 18:07:55 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 277B6D86305; Sun, 28 May 2017 18:07:55 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1A7B1CD3; Sun, 28 May 2017 18:07:54 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SI7r29024556; Sun, 28 May 2017 18:07:53 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SI7r4X024552; Sun, 28 May 2017 18:07:53 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201705281807.v4SI7r4X024552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Sun, 28 May 2017 18:07:53 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 18:07:55 -0000 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