nfs-utils: update to 1.3.3.
This commit is contained in:
parent
4d35ca31f3
commit
4ae28a2836
2 changed files with 3 additions and 29 deletions
|
@ -1,25 +0,0 @@
|
|||
commit 17a3e5bffb7110d46de1bf42b64b90713ff5ea50
|
||||
Author: Chris Mayo <aklhfex@gmail.com>
|
||||
Date: Sun Feb 1 12:03:46 2015 -0500
|
||||
|
||||
statd: Fix test for foreground mode
|
||||
|
||||
daemon_init parameter has the opposite sense
|
||||
to code removed in commit 7addf9d
|
||||
|
||||
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
|
||||
Signed-off-by: Steve Dickson <steved@redhat.com>
|
||||
|
||||
diff --git a/utils/statd/statd.c b/utils/statd/statd.c
|
||||
index 60ce6d1..2b7a167 100644
|
||||
--- utils/statd/statd.c
|
||||
+++ utils/statd/statd.c
|
||||
@@ -393,7 +393,7 @@ int main (int argc, char **argv)
|
||||
simulator (--argc, ++argv); /* simulator() does exit() */
|
||||
#endif
|
||||
|
||||
- daemon_init(!(run_mode & MODE_NODAEMON));
|
||||
+ daemon_init((run_mode & MODE_NODAEMON));
|
||||
|
||||
if (run_mode & MODE_LOG_STDERR) {
|
||||
xlog_syslog(0);
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'nfs-utils'
|
||||
pkgname=nfs-utils
|
||||
version=1.3.2
|
||||
revision=5
|
||||
version=1.3.3
|
||||
revision=1
|
||||
short_desc="Network File System utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://nfs.sourceforge.net"
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2966bb431c06e9ba35a54f48f89db03a5132bc2d8ed8084ac8ccb34e25a9b739
|
||||
checksum=700d689c5622c87953c34102e5befafc4d3c811e676852238f0dd79c9c0c084d
|
||||
build_pie=yes
|
||||
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -36,7 +36,6 @@ do_configure() {
|
|||
--with-krb5=$XBPS_CROSS_BASE \
|
||||
CC_FOR_BUILD="$CC" CFLAGS_FOR_BUILD="$CFLAGS"
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue