Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459696 - sys-freebsd/freebsd-usbin: /etc/init.d/nfs uses deprecated opts
Summary: sys-freebsd/freebsd-usbin: /etc/init.d/nfs uses deprecated opts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Normal trivial (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: init.d-depr-opts
  Show dependency tree
 
Reported: 2013-02-28 11:14 UTC by Dmitri Bogomolov
Modified: 2013-08-28 15:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Bogomolov 2013-02-28 11:14:48 UTC
The string in /etc/init.d/nfs

  opts="reload"

probably should be:
  
  extra_started_commands="reload"

Reproducible: Always