From owner-freebsd-doc Fri Mar 8 8:20:13 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A602A37B404 for ; Fri, 8 Mar 2002 08:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g28GK2C20390; Fri, 8 Mar 2002 08:20:02 -0800 (PST) (envelope-from gnats) Date: Fri, 8 Mar 2002 08:20:02 -0800 (PST) Message-Id: <200203081620.g28GK2C20390@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Peter Pentchev Subject: Re: docs/35649: mount_smbfs(8) page: "See ./examples/dot.nsmbrc for details." Reply-To: Peter Pentchev Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/35649; it has been noted by GNATS. From: Peter Pentchev To: Ceri Cc: bug-followup@FreeBSD.org, Boris Popov Subject: Re: docs/35649: mount_smbfs(8) page: "See ./examples/dot.nsmbrc for details." Date: Fri, 8 Mar 2002 18:17:59 +0200 On Fri, Mar 08, 2002 at 12:30:02AM -0800, Ceri wrote: > The following reply was made to PR docs/35649; it has been noted by GNATS. >=20 > From: Ceri > To: Johann Frisch > Cc: freebsd-gnats-submit@freebsd.org > Subject: Re: docs/35649: mount_smbfs(8) page: "See ./examples/dot.nsmbrc = for details." > Date: Fri, 8 Mar 2002 08:29:13 +0000 >=20 > On Thu, Mar 07, 2002 at 01:59:33PM -0800, Johann Frisch wrote: > =20 > I have /usr/src/contrib/smbfs/examples/dot.nsmbrc on my system. > It should probably get installed to /usr/share/examples though. OK, how about the following patch? However, this includes a patch to src/contrib/smbfs/, which is not something we should really be doing. This message is CC'd to Boris Popov, the author of the FreeBSD smbfs code; Boris, could you look at this PR and see if you like the proposed change to the mount_smbfs.8 manual page? I know that this will probably require a patch to the port, since it either does not install this sample file, or at least does not install it under /usr/share/examples/ However, the original poster's claim that ./examples/dot.nsmbrc is not quite what the manual page should mention sounds about right for me :) G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I've heard that this sentence is a rumor. Index: src/contrib/smbfs/mount_smbfs/mount_smbfs.8 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/contrib/smbfs/mount_smbfs/mount_smbfs.8,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 mount_smbfs.8 --- src/contrib/smbfs/mount_smbfs/mount_smbfs.8 20 Dec 2001 16:16:25 -0000 = 1.1.1.2 +++ src/contrib/smbfs/mount_smbfs/mount_smbfs.8 8 Mar 2002 11:14:38 -0000 @@ -125,7 +125,7 @@ .It Pa ~/.nsmbrc Keeps static parameters for connections and other information. See -.Pa ./examples/dot.nsmbrc +.Pa /usr/share/examples/smbfs/dot.nsmbrc for details. .El .Sh EXAMPLES Index: src/share/examples/smbfs/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/share/examples/smbfs/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- src/share/examples/smbfs/Makefile 14 Dec 2001 12:17:03 -0000 1.1 +++ src/share/examples/smbfs/Makefile 8 Mar 2002 11:14:38 -0000 @@ -1,5 +1,15 @@ # $FreeBSD$ =20 +NOOBJ=3D noobj +BINDIR=3D /usr/share/examples + +DISTFILES=3D dot.nsmbrc + +beforeinstall: + cd ${.CURDIR}/../../../contrib/smbfs/examples; \ + ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ + ${DISTFILES} ${DESTDIR}${BINDIR}/smbfs + SUBDIR=3D print =20 -.include +.include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message