Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 398733

Summary: net-fs/unfs3-0.9.22 A portable user-space implementation of the NFSv3 server specification
Product: Gentoo Linux Reporter: Vladimir Berezhnoy <non7top>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: normal CC: schinkelm
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://unfs3.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: unfs3-0.9.22.ebuild

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
}