diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-03-16 23:46:00 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-03-16 23:46:00 +0000 |
commit | 9ff9d61e8235c356d2a0ee978a1940245be2e091 (patch) | |
tree | 8170db456298bfafc27c29c46f5cd49620a401d0 /sys-freebsd/freebsd-usbin | |
parent | Fix linker arguments. Bug #375729 (diff) | |
download | gentoo-2-9ff9d61e8235c356d2a0ee978a1940245be2e091.tar.gz gentoo-2-9ff9d61e8235c356d2a0ee978a1940245be2e091.tar.bz2 gentoo-2-9ff9d61e8235c356d2a0ee978a1940245be2e091.zip |
Update init script. #459696
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-freebsd/freebsd-usbin')
-rw-r--r-- | sys-freebsd/freebsd-usbin/ChangeLog | 5 | ||||
-rwxr-xr-x | sys-freebsd/freebsd-usbin/files/nfs.initd | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-freebsd/freebsd-usbin/ChangeLog b/sys-freebsd/freebsd-usbin/ChangeLog index 50da8b0e8903..511683286b42 100644 --- a/sys-freebsd/freebsd-usbin/ChangeLog +++ b/sys-freebsd/freebsd-usbin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/freebsd-usbin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.86 2013/01/27 22:28:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.87 2013/03/16 23:46:00 naota Exp $ + + 16 Mar 2013; Naohiro Aota <naota@gentoo.org> files/nfs.initd: + Update init script. #459696 27 Jan 2013; Alexis Ballier <aballier@gentoo.org> freebsd-usbin-9.1.ebuild: drop isdn useflag, by Yuta SATOH, bug #448502 diff --git a/sys-freebsd/freebsd-usbin/files/nfs.initd b/sys-freebsd/freebsd-usbin/files/nfs.initd index 27290d69c92e..fa54bdb207a5 100755 --- a/sys-freebsd/freebsd-usbin/files/nfs.initd +++ b/sys-freebsd/freebsd-usbin/files/nfs.initd @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 #--------------------------------------------------------------------------- @@ -8,7 +8,7 @@ # should be started from inetd on FreeBSD. #--------------------------------------------------------------------------- -opts="reload" +extra_started_commands="reload" # The binary locations nfsd=/usr/sbin/nfsd |