mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/unfs3: Updated for version 0.9.17
This commit is contained in:
parent
f1496db6a4
commit
e846e1bf5f
4 changed files with 9 additions and 9 deletions
|
@ -17,4 +17,3 @@ To use this NFS server instead, make sure /etc/rc.d/rc.unfsd is executable and
|
|||
if [ -x /etc/rc/d/rc.unfsd ]; then
|
||||
/etc/rc/d/rc.unfsd start
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
unfs3: UNFS3 (unfsd) user-space NFSv3 server
|
||||
unfs3:
|
||||
unfs3: An implementation of the NFS (Network File System)
|
||||
|
|
|
@ -61,10 +61,3 @@ cat $CWD/doinst.sh >$PKG/install/doinst.sh
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
|
||||
# Clean up the extra stuff
|
||||
if [ "$1" = "--cleanup" ]; then
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
rm -rf $PKG
|
||||
fi
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://mesh.dl.sourceforge.net/sourceforge/unfs3/unfs3-0.9.17.tar.gz"
|
|||
MD5SUM="cde90d604ef42d8ab0c82ed501179417"
|
||||
MAINTAINER="Menno Duursma"
|
||||
EMAIL="druiloor@zonnet.nl"
|
||||
APPROVED="BP{k},robw810"
|
||||
APPROVED="BP{k},rworkman"
|
||||
|
|
Loading…
Reference in a new issue