Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 08:20:02 -0800 (PST)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/35649: mount_smbfs(8) page: "See ./examples/dot.nsmbrc for details."
Message-ID:  <200203081620.g28GK2C20390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/35649; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: Ceri <setantae@submonkey.net>
Cc: bug-followup@FreeBSD.org, Boris Popov <bp@FreeBSD.org>
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 <setantae@submonkey.net>
 > To: Johann Frisch <jerfa@yahoo.com>
 > 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 <bsd.subdir.mk>
 +.include <bsd.prog.mk>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203081620.g28GK2C20390>