Gentoo Archives: gentoo-commits

From: Yuta SATOH <nigoro.gentoo@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-usbin/files/, sys-freebsd/freebsd-cddl/
Date: Thu, 23 Aug 2012 11:05:34
Message-Id: 1345649134.3f4ef2ecfd7930579102667f904ad447ef3d8b3a.yuta_satoh@gentoo
1 commit: 3f4ef2ecfd7930579102667f904ad447ef3d8b3a
2 Author: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
3 AuthorDate: Wed Aug 22 15:25:34 2012 +0000
4 Commit: Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
5 CommitDate: Wed Aug 22 15:25:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=3f4ef2ec
7
8 freebsd-cddl,usbin -- synced to latest portage tree
9
10 ---
11 .../freebsd-cddl/freebsd-cddl-9.1_beta1.ebuild | 2 +-
12 sys-freebsd/freebsd-usbin/files/nfs.initd | 4 ++--
13 2 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-freebsd/freebsd-cddl/freebsd-cddl-9.1_beta1.ebuild b/sys-freebsd/freebsd-cddl/freebsd-cddl-9.1_beta1.ebuild
16 index 417c4e0..1477b4e 100644
17 --- a/sys-freebsd/freebsd-cddl/freebsd-cddl-9.1_beta1.ebuild
18 +++ b/sys-freebsd/freebsd-cddl/freebsd-cddl-9.1_beta1.ebuild
19 @@ -11,7 +11,7 @@ SLOT="0"
20 KEYWORDS="~amd64-fbsd ~x86-fbsd"
21
22 IUSE="build"
23 -LICENSE="CDDL"
24 +LICENSE="CDDL GPL-2"
25
26 SRC_URI="mirror://gentoo/${P}.tar.bz2
27 mirror://gentoo/${CONTRIB}.tar.bz2
28
29 diff --git a/sys-freebsd/freebsd-usbin/files/nfs.initd b/sys-freebsd/freebsd-usbin/files/nfs.initd
30 index e25ddea..27290d6 100755
31 --- a/sys-freebsd/freebsd-usbin/files/nfs.initd
32 +++ b/sys-freebsd/freebsd-usbin/files/nfs.initd
33 @@ -1,5 +1,5 @@
34 #!/sbin/runscript
35 -# Copyright 1999-2011 Gentoo Foundation
36 +# Copyright 1999-2012 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 #---------------------------------------------------------------------------
40 @@ -29,7 +29,7 @@ start() {
41 # Start mountd
42 ebegin "Starting NFS mountd"
43 start-stop-daemon --start --quiet --exec \
44 - $mountd -- ${mountdopts} ${exporstfile}
45 + $mountd -- ${mountdopts} ${exportsfile}
46 eend $? "Error starting NFS mountd"
47 }