Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398733 - net-fs/unfs3-0.9.22 A portable user-space implementation of the NFSv3 server specification
Summary: net-fs/unfs3-0.9.22 A portable user-space implementation of the NFSv3 server ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://unfs3.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-01-13 07:52 UTC by Vladimir Berezhnoy
Modified: 2013-07-09 18:43 UTC (History)
1 user (show)

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


Attachments
unfs3-0.9.22.ebuild (unfs3-0.9.22.ebuild,601 bytes, text/plain)
2012-01-13 07:52 UTC, Vladimir Berezhnoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Berezhnoy 2012-01-13 07:52:16 UTC
Created attachment 298819 [details]
unfs3-0.9.22.ebuild

net-fs/unfs3-0.9.22 A portable user-space implementation of the NFSv3 server specification

Ebuild from funtoo


$ cat files/unfsd.init 
#!/sbin/runscript
# Copyright 1999-2009 Funtoo Technologies 
# Distributed under the terms of the GNU General Public License v2

name="unfsd NFS server"
command=/usr/sbin/unfsd
pidfile=/var/run/unfsd.pid
lockfile=/var/lock/subsys/unfsd
command_args="-i $pidfile"

depend() {
	need net portmap
	after quota
	use ypbind dns
}