diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-11 19:46:04 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:46:04 +0200 |
commit | e846e1bf5fcca3f169b0e5605dfce98823d3a7b0 (patch) | |
tree | 95bd083f03ce6e7499cc72ba2c15c76a7fb95b21 /network | |
parent | f1496db6a4110be2bf1d59c81d686a2af034a544 (diff) | |
download | slackbuilds-e846e1bf5fcca3f169b0e5605dfce98823d3a7b0.tar.gz |
network/unfs3: Updated for version 0.9.17
Diffstat (limited to 'network')
-rw-r--r-- | network/unfs3/README | 1 | ||||
-rw-r--r-- | network/unfs3/slack-desc | 8 | ||||
-rw-r--r-- | network/unfs3/unfs3.SlackBuild | 7 | ||||
-rw-r--r-- | network/unfs3/unfs3.info | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/network/unfs3/README b/network/unfs3/README index 3a18555f83..943c51238d 100644 --- a/network/unfs3/README +++ b/network/unfs3/README @@ -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 - diff --git a/network/unfs3/slack-desc b/network/unfs3/slack-desc index 4118be518a..a873762e1b 100644 --- a/network/unfs3/slack-desc +++ b/network/unfs3/slack-desc @@ -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) diff --git a/network/unfs3/unfs3.SlackBuild b/network/unfs3/unfs3.SlackBuild index 82a2bd8a9a..1589c8085c 100644 --- a/network/unfs3/unfs3.SlackBuild +++ b/network/unfs3/unfs3.SlackBuild @@ -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 - diff --git a/network/unfs3/unfs3.info b/network/unfs3/unfs3.info index 1ca4dcb461..ece105dfd4 100644 --- a/network/unfs3/unfs3.info +++ b/network/unfs3/unfs3.info @@ -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" |