mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
rpcbind: update to 1.2.5
This commit is contained in:
parent
322aa83eb3
commit
8afd1e60a6
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="rpcbind"
|
PKG_NAME="rpcbind"
|
||||||
PKG_VERSION="0.2.4"
|
PKG_VERSION="1.2.5"
|
||||||
PKG_SHA256="074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66"
|
PKG_SHA256="2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://rpcbind.sourceforge.net/"
|
PKG_SITE="http://rpcbind.sourceforge.net/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/rpcbind/rpcbind/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="$SOURCEFORGE_SRC/rpcbind/rpcbind/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
|
diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
|
||||||
--- a/systemd/rpcbind.service.in 2016-12-20 03:18:51.839794796 +0000
|
--- a/systemd/rpcbind.service.in 2016-12-20 03:18:51.839794796 +0000
|
||||||
+++ b/systemd/rpcbind.service.in 2016-12-20 03:21:30.476854474 +0000
|
+++ b/systemd/rpcbind.service.in 2016-12-20 03:21:30.476854474 +0000
|
||||||
@@ -6,12 +6,12 @@
|
@@ -8,11 +8,12 @@
|
||||||
# Make sure we use the IP addresses listed for
|
|
||||||
# rpcbind.socket, no matter how this unit is started.
|
# rpcbind.socket, no matter how this unit is started.
|
||||||
Wants=rpcbind.socket
|
Requires=rpcbind.socket
|
||||||
-After=rpcbind.socket
|
Wants=rpcbind.target
|
||||||
+After=rpcbind.socket systemd-tmpfiles-setup.service
|
+After=rpcbind.socket systemd-tmpfiles-setup.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
|
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
|
||||||
-ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -w -f
|
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
|
||||||
+ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -f
|
+ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -f
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user